|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.userdetails.User
org.codehaus.groovy.grails.plugins.springsecurity.GrailsUserImpl
org.codehaus.groovy.grails.plugins.springsecurity.ldap.GrailsLdapUser
public class GrailsLdapUser
A GrailsUser
for use in LDAP authentication.
Constructor Summary | |
---|---|
GrailsLdapUser(org.springframework.security.userdetails.ldap.LdapUserDetails details,
Object domainClass)
Full constructor. |
Method Summary | |
---|---|
Attributes |
getAttributes()
|
String |
getDn()
|
Methods inherited from class org.codehaus.groovy.grails.plugins.springsecurity.GrailsUserImpl |
---|
getDomainClass |
Methods inherited from class org.springframework.security.userdetails.User |
---|
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.groovy.grails.plugins.springsecurity.GrailsUser |
---|
getDomainClass |
Methods inherited from interface org.springframework.security.userdetails.UserDetails |
---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled |
Constructor Detail |
---|
public GrailsLdapUser(org.springframework.security.userdetails.ldap.LdapUserDetails details, Object domainClass)
details
- the original detailsdomainClass
- the domain instanceMethod Detail |
---|
public Attributes getAttributes()
getAttributes
in interface org.springframework.security.userdetails.ldap.LdapUserDetails
public String getDn()
getDn
in interface org.springframework.security.userdetails.ldap.LdapUserDetails
LdapUserDetails.getDn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |