| org.apache.james.services.User
All known Subclasses: org.apache.james.userrepository.DefaultUser,
User | public interface User (Code) | | Interface for objects representing users.
version: $Revision: 494012 $ |
getUserName | String getUserName()(Code) | | Return the user name of this user
the user name for this user |
setPassword | boolean setPassword(String newPass)(Code) | | Sets new password from String. No checks made on guessability of
password.
Parameters: newPass - the String that is the new password. true if newPass successfully added |
verifyPassword | boolean verifyPassword(String pass)(Code) | | Return true if pass matches password of this user.
Parameters: pass - the password to test whether the password being tested is valid |
|
|