| java.lang.Object org.apache.james.userrepository.DefaultUser org.apache.james.userrepository.DefaultJamesUser
DefaultJamesUser | public class DefaultJamesUser extends DefaultUser implements JamesUser,Initializable(Code) | | Implementation of User Interface.
version: $Revision: 494012 $ |
getAlias | public String getAlias()(Code) | | Get the user id for which this id is an alias.
the user id for which this id is an alias |
getAliasing | public boolean getAliasing()(Code) | | Get whether this user id is an alias.
whether this id is an alias |
getForwarding | public boolean getForwarding()(Code) | | Get whether mail to this user is to be forwarded to another
email address.
forward whether mail is forwarded |
getForwardingDestination | public MailAddress getForwardingDestination()(Code) | | Get the destination address to which mail to this user
will be forwarded.
the forward-to address |
initialize | public void initialize()(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
setAlias | public boolean setAlias(String address)(Code) | | Set the user id for which this id is an alias.
Parameters: address - the user id for which this id is an alias |
setAliasing | public void setAliasing(boolean alias)(Code) | | Set whether this user id is an alias.
Parameters: alias - whether this id is an alias |
setForwarding | public void setForwarding(boolean forward)(Code) | | Set whether mail to this user is to be forwarded to another
email address
Parameters: forward - whether mail is forwarded |
setForwardingDestination | public boolean setForwardingDestination(MailAddress address)(Code) | | Set the destination address to which mail to this user
will be forwarded.
Parameters: address - the forward-to address |
|
|