Package | Description |
---|---|
com.caucho.security |
Modifier and Type | Class and Description |
---|---|
class |
DigestCredentials
Digest-based credentials
The Digest authentication uses the following algorithm
to calculate the digest.
|
class |
HttpDigestCredentials
HTTP Digest-based credentials
The HTTP Digest authentication uses the following algorithm
to calculate the digest.
|
class |
PasswordCredentials
Password-based credentials
|
Modifier and Type | Method and Description |
---|---|
java.security.Principal |
Authenticator.authenticate(java.security.Principal user,
Credentials credentials,
java.lang.Object details) |
java.security.Principal |
AbstractAuthenticator.authenticate(java.security.Principal user,
Credentials credentials,
java.lang.Object details)
Authenticator main call to login a user.
|