Serialized Form


Package org.apache.james.user.lib.model

Class org.apache.james.user.lib.model.DefaultJamesUser extends DefaultUser implements Serializable

serialVersionUID: 6323959976390389529L

Serialized Fields

forwarding

boolean forwarding
Deprecated. 
Whether forwarding is enabled for this user.


forwardingDestination

org.apache.mailet.MailAddress forwardingDestination
Deprecated. 
The mail address to which this user's email is forwarded.


aliasing

boolean aliasing
Deprecated. 
Is this user an alias for another username on the system.


alias

String alias
Deprecated. 
The user name that this user name is aliasing.

Class org.apache.james.user.lib.model.DefaultUser extends Object implements Serializable

serialVersionUID: 5178048915868531270L

Serialized Fields

userName

String userName

hashedPassword

String hashedPassword

algorithm

String algorithm



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