Interface | Description |
---|---|
HTTPAuthenticationScheme |
Basis for the HTTP Authentication Schemes such as BASIC, FORM, DIGEST and CLIENT-CERT.
|
Class | Description |
---|---|
AuthenticationFilter |
This filter provides an authentication entry point for web applications using different HTTP Authentication Schemes such as
FORM, BASIC, DIGEST and CLIENT-CERT.
|
BasicAuthenticationScheme | |
ClientCertAuthenticationScheme |
An implementation of
HTTPAuthenticationScheme that supports the Servlet Specification
CLIENT-CERT Authentication Scheme |
DigestAuthenticationScheme | |
FormAuthenticationScheme |
An implementation of
HTTPAuthenticationScheme that supports the Servlet Specification
FORM Authentication Scheme |
TokenAuthenticationScheme |
A custom
HTTPAuthenticationScheme that knows how to extract a header from
the request containing a token to authenticate/re-authenticate an user. |
Enum | Description |
---|---|
AuthenticationFilter.AuthType |
Copyright © 2014. All rights reserved.