| Package | Description |
|---|---|
| org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
| org.wildfly.security.http |
Package containing the HTTP based authentication APIs, SPIs and related classes.
|
| org.wildfly.security.mechanism |
| Class and Description |
|---|
| HttpServerAuthenticationMechanismFactory
Factory to create authentication mechanisms.
|
| Class and Description |
|---|
| HttpAuthenticationException
Exception to indicate a general failure with the HTTP authentication mechanism.
|
| HttpAuthenticator
A HTTP based authenticator responsible for performing the authentication of the current request based on the policies of the
associated
SecurityDomain. |
| HttpAuthenticator.Builder
A
Builder to configure and create an instance of HttpAuthenticator. |
| HttpExchangeSpi
The SPI to be implemented to bridge the Elytron APIs with the available APIs
of the web server being integrated with.
|
| HttpScope
An attachment scope for use by an authentication mechanism.
|
| HttpScopeNotification
Interface providing information about scope notifications.
|
HttpScopeNotification.SessionNotificationType
Scope.SESSION notification types |
| HttpServerAuthenticationMechanism
Definition of a server side HTTP authentication mechanism.
|
| HttpServerCookie
Server side representation of a HTTP Cookie.
|
| HttpServerMechanismsResponder
A responder for sending either authentication challenges or responses as a result of successful authentication back to the
calling client.
|
| HttpServerRequest
Server side representation of a HTTP request.
|
| HttpServerResponse
Server side representation of a HTTP response.
|
| HttpServerScopes
Interface providing access to context specific
HttpScope instances. |
| Scope
Enumeration of the available scopes during HTTP request handling.
|
| Class and Description |
|---|
| HttpAuthenticationException
Exception to indicate a general failure with the HTTP authentication mechanism.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.