public class

InetOrgPerson

extends Person
java.lang.Object
   ↳ org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
     ↳ org.springframework.security.ldap.userdetails.Person
       ↳ org.springframework.security.ldap.userdetails.InetOrgPerson

Class Overview

UserDetails implementation whose properties are based on a subset of the LDAP schema for inetOrgPerson.

The username will be mapped from the uid attribute by default.

Summary

Nested Classes
class InetOrgPerson.Essence  
Public Constructors
InetOrgPerson()
Public Methods
String getCarLicense()
String getDepartmentNumber()
String getDestinationIndicator()
String getDisplayName()
String getEmployeeNumber()
String getHomePhone()
String getHomePostalAddress()
String getInitials()
String getMail()
String getMobile()
String getO()
String getOu()
String getPostalAddress()
String getPostalCode()
String getRoomNumber()
String getStreet()
String getTitle()
String getUid()
Protected Methods
void populateContext(DirContextAdapter adapter)
[Expand]
Inherited Methods
From class org.springframework.security.ldap.userdetails.Person
From class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
From class java.lang.Object
From interface org.springframework.security.core.userdetails.UserDetails
From interface org.springframework.security.ldap.ppolicy.PasswordPolicyData
From interface org.springframework.security.ldap.userdetails.LdapUserDetails

Public Constructors

public InetOrgPerson ()

Public Methods

public String getCarLicense ()

public String getDepartmentNumber ()

public String getDestinationIndicator ()

public String getDisplayName ()

public String getEmployeeNumber ()

public String getHomePhone ()

public String getHomePostalAddress ()

public String getInitials ()

public String getMail ()

public String getMobile ()

public String getO ()

public String getOu ()

public String getPostalAddress ()

public String getPostalCode ()

public String getRoomNumber ()

public String getStreet ()

public String getTitle ()

public String getUid ()

Protected Methods

protected void populateContext (DirContextAdapter adapter)