Uses of Class
com.caucho.security.PasswordUser

Packages that use PasswordUser
com.caucho.admin.action   
com.caucho.security   
com.caucho.server.admin   
 

Uses of PasswordUser in com.caucho.admin.action
 

Methods in com.caucho.admin.action that return PasswordUser
 PasswordUser AddUserAction.execute()
           
 PasswordUser RemoveUserAction.execute()
           
 

Methods in com.caucho.admin.action that return types with arguments of type PasswordUser
 java.util.Hashtable<java.lang.String,PasswordUser> ListUsersAction.execute()
           
 

Uses of PasswordUser in com.caucho.security
 

Methods in com.caucho.security that return PasswordUser
 PasswordUser PasswordUser.copy()
          Creates a copy
protected  PasswordUser PropertiesAuthenticator.createUser(java.lang.String name, java.lang.String value)
          Creates the password user based on a name and a comma-separated value
 PasswordUser XmlAuthenticator.User.getPasswordUser()
           
protected  PasswordUser AbstractAuthenticator.getPasswordUser(java.security.Principal principal)
          Returns the user based on a principal
protected  PasswordUser AbstractAuthenticator.getPasswordUser(java.lang.String userName)
          Abstract method to return a user based on the name
protected  PasswordUser DatabaseAuthenticator.getPasswordUser(java.lang.String username)
          Returns the password for authenticators too lazy to calculate the digest.
protected  PasswordUser LdapAuthenticator.getPasswordUser(java.lang.String userName)
          Authenticate (login) the user.
protected  PasswordUser PropertiesAuthenticator.getPasswordUser(java.lang.String userName)
          Returns the PasswordUser
protected  PasswordUser XmlAuthenticator.getPasswordUser(java.lang.String userName)
          Returns the PasswordUser
 

Methods in com.caucho.security that return types with arguments of type PasswordUser
protected  java.util.Hashtable<java.lang.String,PasswordUser> XmlAuthenticator.getUserMap()
          Returns the user map
 

Uses of PasswordUser in com.caucho.server.admin
 

Methods in com.caucho.server.admin that return PasswordUser
protected  PasswordUser ManagementAuthenticator.getPasswordUser(java.lang.String userName)
          Returns the PasswordUser
 

Methods in com.caucho.server.admin with parameters of type PasswordUser
 void ManagementAuthenticator.addUser(java.lang.String name, PasswordUser user)
          Adds a password user from the configuration.