org.springframework.security.ldap.userdetails
Class Person.Essence
java.lang.Object
org.springframework.security.ldap.userdetails.LdapUserDetailsImpl.Essence
org.springframework.security.ldap.userdetails.Person.Essence
- Direct Known Subclasses:
- InetOrgPerson.Essence
- Enclosing class:
- Person
public static class Person.Essence
- extends LdapUserDetailsImpl.Essence
Methods inherited from class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl.Essence |
addAuthority, getGrantedAuthorities, setAccountNonExpired, setAccountNonLocked, setAuthorities, setCredentialsNonExpired, setDn, setDn, setEnabled, setGraceLoginsRemaining, setPassword, setTimeBeforeExpiration, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person.Essence
public Person.Essence()
Person.Essence
public Person.Essence(DirContextOperations ctx)
Person.Essence
public Person.Essence(Person copyMe)
createTarget
protected LdapUserDetailsImpl createTarget()
- Overrides:
createTarget
in class LdapUserDetailsImpl.Essence
setSn
public void setSn(String sn)
setCn
public void setCn(String[] cn)
addCn
public void addCn(String value)
setTelephoneNumber
public void setTelephoneNumber(String tel)
setDescription
public void setDescription(String desc)
createUserDetails
public LdapUserDetails createUserDetails()
- Overrides:
createUserDetails
in class LdapUserDetailsImpl.Essence