| Package | Description |
|---|---|
| com.netscape.cms.authentication | |
| org.dogtagpki.server.authentication |
| Modifier and Type | Method and Description |
|---|---|
IAuthToken |
TokenAuthentication.authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificate
|
IAuthToken |
SessionAuthentication.authenticate(IAuthCredentials authCred)
Authenticate user.
|
IAuthToken |
SSLclientCertAuthentication.authenticate(IAuthCredentials authCred)
authenticates user by certificate
|
IAuthToken |
FlatFileAuth.authenticate(IAuthCredentials authCred)
Authenticate the request
|
IAuthToken |
DirBasedAuthentication.authenticate(IAuthCredentials authCred)
Authenticates user through LDAP by a set of credentials.
|
IAuthToken |
CMCAuth.authenticate(IAuthCredentials authCred)
Authenticates user by their CMC;
resulting AuthToken sets a TOKEN_SUBJECT for the subject name.
|
IAuthToken |
AgentCertAuthentication.authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificate
|
| Modifier and Type | Method and Description |
|---|---|
IAuthToken |
AuthManager.authenticate(IAuthCredentials authCred)
Authenticate the given credentials.
|