See: Description
Interface | Description |
---|---|
AuthorizationService |
A service to query for user roles.
|
LoginCallback |
This is similar to the jaspi PasswordValidationCallback but includes user
principal and group info as well.
|
Class | Description |
---|---|
BasicAuthenticator | |
ClientCertAuthenticator | |
ConfigurableSpnegoAuthenticator |
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
|
DeferredAuthentication | |
DigestAuthenticator |
The nonce max age in ms can be set with the
SecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge". |
FormAuthenticator |
FORM Authenticator.
|
FormAuthenticator.FormAuthentication |
This Authentication represents a just completed Form authentication.
|
FormAuthenticator.FormRequest | |
FormAuthenticator.FormResponse | |
LoginAuthenticator | |
LoginCallbackImpl |
This is similar to the jaspi PasswordValidationCallback but includes user
principal and group info as well.
|
SessionAuthentication | |
SpnegoAuthenticator | Deprecated
use
ConfigurableSpnegoAuthenticator instead. |
Copyright © 1995–2023 Webtide. All rights reserved.