|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.apache.james.user.ldap |
|---|
| Class org.apache.james.user.ldap.ReadOnlyLDAPUser extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -6712066073820393235L
| Serialized Fields |
|---|
java.lang.String userName
The user's identifier or name. This is the value
that is returned by the method User.getUserName().
It is also from this value that the user's email
address is formed, so for example: if the value of
this field is "john.bold", and the
domain is "myorg.com", the user's email
address will be "john.bold@myorg.com".
java.lang.String userDN
The distinguished name of the user-record in the LDAP directory.
java.lang.String ldapURL
The URL for connecting to the LDAP server from which to retrieve the user's details.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||