Uses of Package
io.undertow.security.api
Packages that use io.undertow.security.api
Package
Description
-
Classes in io.undertow.security.api used by io.undertowClassDescriptionThe interface to be implemented by a single authentication mechanism.
-
Classes in io.undertow.security.api used by io.undertow.security.apiClassDescriptionInterface that represents a persistent authenticated session.The interface to be implemented by a single authentication mechanism.The AuthenticationOutcome is used by an AuthenticationMechanism to indicate the outcome of the call to authenticate, the overall authentication process will then used this along with the current AuthenticationState to decide how to proceed with the current request.Simple class to wrap the result of requesting a mechanism sends it's challenge.Enumeration to indicate the authentication mode in use.A NonceManager is used by the HTTP Digest authentication mechanism to request nonces and to validate the nonces sent from the client.The interface to be interested by classes interested in processing security related notifications.The security context.Notification representing a security event such as a successful or failed authentication.
-
Classes in io.undertow.security.api used by io.undertow.security.handlersClassDescriptionThe interface to be implemented by a single authentication mechanism.Enumeration to indicate the authentication mode in use.The interface to be interested by classes interested in processing security related notifications.The security context.Deprecated.Instead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.
-
Classes in io.undertow.security.api used by io.undertow.security.implClassDescriptionInterface that represents a persistent authenticated session.The interface to be implemented by a single authentication mechanism.The AuthenticationOutcome is used by an AuthenticationMechanism to indicate the outcome of the call to authenticate, the overall authentication process will then used this along with the current AuthenticationState to decide how to proceed with the current request.Simple class to wrap the result of requesting a mechanism sends it's challenge.An Undertow
SecurityContext
that uses UndertowAuthenticationMechanism
instances for authentication.Factory for authentication mechanisms.Enumeration to indicate the authentication mode in use.The GSSAPIServerSubjectFactory is a factory responsible for returning theSubject
that should be used for handing the GSSAPI based authentication for a specific request.A NonceManager is used by the HTTP Digest authentication mechanism to request nonces and to validate the nonces sent from the client.The interface to be interested by classes interested in processing security related notifications.The security context.Deprecated.Instead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.An extension to theNonceManager
interface for Nonce managers that also support the association of a pre-prepared hash against a currently valid nonce. -
Classes in io.undertow.security.api used by io.undertow.server
-
Classes in io.undertow.security.api used by io.undertow.utilClassDescriptionThe interface to be implemented by a single authentication mechanism.Factory for authentication mechanisms.