Interface | Description |
---|---|
HTTPAuthenticationScheme |
Defines the methods that should be implemented by classes that provide implementations 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 |
Enum | Description |
---|---|
AuthenticationFilter.AuthType |
Copyright © 2018 JBoss by Red Hat. All rights reserved.