Serialized Form


Package org.apache.james.user.ldap

Class org.apache.james.user.ldap.ReadOnlyLDAPUser extends Object implements Serializable

serialVersionUID: -5201235065842464013L

Serialized Fields

_userName

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".


_userDN

String _userDN
The distinguished name of the user-record in the LDAP directory.


_ldapContext

LdapContext _ldapContext
The context for the LDAP server from which to retrieve the user's details.



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.