| Class | Description |
|---|---|
| BasicAuthenticationMechanism |
The authentication handler responsible for BASIC authentication as described by RFC2617
|
| CachedAuthenticatedSessionMechanism |
An
AuthenticationMechanism which uses any cached AuthenticationSessions. |
| ClientCertAuthenticationMechanism |
The Client Cert based authentication mechanism.
|
| DigestAuthenticationMechanism |
HttpHandler to handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional
algorithms to be used. |
| FormAuthenticationMechanism | |
| GSSAPIAuthenticationMechanism |
AuthenticationMechanism for GSSAPI / SPNEGO based authentication. |
| SecurityContextImpl |
The internal SecurityContext used to hold the state of security for the current exchange.
|
| SimpleNonceManager |
A default
NonceManager implementation to provide reasonable single host management of nonces. |
| Enum | Description |
|---|---|
| AuthenticationInfoToken |
Enumeration of tokens expected in a HTTP Digest 'Authentication-Info' header.
|
| DigestAuthorizationToken |
Enumeration of tokens expected in a HTTP Digest 'Authorization' header.
|
| DigestQop |
Enumeration to represent the Digest quality of protection options.
|
| DigestWWWAuthenticateToken |
Enumeration of tokens expected in a HTTP Digest 'WWW_Authenticate' header.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.