Serialized Form


Package org.apache.james.user.ldap

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

serialVersionUID: -6712066073820393235L

Serialized Fields

userName

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


userDN

java.lang.String userDN

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


ldapURL

java.lang.String ldapURL

The URL for connecting to the LDAP server from which to retrieve the user's details.



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