Package | Description |
---|---|
com.caucho.admin.action | |
com.caucho.security | |
com.caucho.server.admin |
Modifier and Type | Method and Description |
---|---|
PasswordUser |
RemoveUserAction.execute() |
PasswordUser |
AddUserAction.execute() |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.String,PasswordUser> |
ListUsersAction.execute() |
Modifier and Type | Method and Description |
---|---|
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 |
DatabaseAuthenticator.getPasswordUser(java.lang.String username)
Returns the password for authenticators too lazy to calculate the
digest.
|
protected PasswordUser |
PropertiesAuthenticator.getPasswordUser(java.lang.String userName)
Returns the PasswordUser
|
protected PasswordUser |
AbstractAuthenticator.getPasswordUser(java.lang.String userName)
Abstract method to return a user based on the name
|
protected PasswordUser |
XmlAuthenticator.getPasswordUser(java.lang.String userName)
Returns the PasswordUser
|
protected PasswordUser |
LdapAuthenticator.getPasswordUser(java.lang.String userName)
Authenticate (login) the user.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Hashtable<java.lang.String,PasswordUser> |
XmlAuthenticator.getUserMap()
Returns the user map
|
Modifier and Type | Method and Description |
---|---|
protected PasswordUser |
ManagementAuthenticator.getPasswordUser(java.lang.String userName)
Returns the PasswordUser
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementAuthenticator.addUser(java.lang.String name,
PasswordUser user)
Adds a password user from the configuration.
|