Package org.wildfly.security.http.util
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.
- Author:
- Darran Lofthouse
-
Interface Summary Interface Description ElytronMessages Log messages and exceptions for Elytron. -
Class Summary Class Description AggregateServerMechanismFactory AHttpServerAuthenticationMechanismFactory
that is an aggregation of other factories.FilterServerMechanismFactory An implementation ofHttpServerAuthenticationMechanismFactory
that wraps an existing factory and provides mechanism filtering by name.PrivilegedServerMechanism AHttpServerAuthenticationMechanism
with a storedAccessControlContext
that is used for all request processing calls.PrivilegedServerMechanismFactory AHttpServerAuthenticationMechanismFactory
that wraps a delegate so that any returnedHttpServerAuthenticationMechanism
is wrapped by a wrapper that ensures all calls are using the providedAccessControlContext
, if no AccessControlContext is provided then the one in place at the time this factory is instantiated is used instead.PropertiesServerMechanismFactory AHttpServerAuthenticationMechanismFactory
that adds a predefined set of properties to all calls to the delegate.SecurityProviderServerMechanismFactory AHttpServerAuthenticationMechanismFactory
that loads factories from a supplied array ofProvider
instances.ServiceLoaderServerMechanismFactory AHttpServerAuthenticationMechanismFactory
which locates further factory implementations by iterating aServiceLoader
SetMechanismInformationMechanismFactory A wrapperHttpServerAuthenticationMechanismFactory
to ensure that mechanism information for the current authentication request is set before the first authentication callbacks.SimpleHttpServerCookie A simple implementation ofHttpServerCookie
.SocketAddressCallbackServerMechanismFactory A wrapperHttpServerAuthenticationMechanismFactory
that sets the peer address using the current authentication request.SortedServerMechanismFactory AHttpServerAuthenticationMechanismFactory
which sorts the mechanism names returned using the providedComparator
.