|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordUser | |
|---|---|
| com.caucho.security | |
| com.caucho.server.admin | |
| 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 |
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 |
protected PasswordUser |
AdminAuthenticator.getPasswordUser(java.lang.String userName)
Abstract method to return a user based on the name |
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. |
| 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 |
java.util.Hashtable<java.lang.String,PasswordUser> |
AdminAuthenticator.getUserMap()
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||