| Package | Description |
|---|---|
| org.owasp.esapi.reference |
This package contains reference implementations of the ESAPI interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
private DefaultUser |
FileBasedAuthenticator.createUser(java.lang.String line)
Create a new user with all attributes from a String.
|
protected DefaultUser |
AbstractAuthenticator.getUserFromRememberToken()
Returns the user if a matching remember token is found, or null if the token
is missing, token is corrupt, token is expired, account name does not match
and existing account, or hashed password does not match user's hashed password.
|
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
FileBasedAuthenticator.save(DefaultUser user)
Save.
|