org.springframework.security.userdetails.ldap
Class Person.Essence
java.lang.Object
org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
org.springframework.security.userdetails.ldap.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.userdetails.ldap.LdapUserDetailsImpl.Essence |
addAuthority, getGrantedAuthorities, setAccountNonExpired, setAccountNonLocked, setAttributes, setAuthorities, setCredentialsNonExpired, setDn, setDn, setEnabled, setPassword, 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(org.springframework.ldap.core.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
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.