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 AHttpServerAuthenticationMechanismFactorythat is an aggregation of other factories.FilterServerMechanismFactory An implementation ofHttpServerAuthenticationMechanismFactorythat wraps an existing factory and provides mechanism filtering by name.PrivilegedServerMechanism AHttpServerAuthenticationMechanismwith a storedAccessControlContextthat is used for all request processing calls.PrivilegedServerMechanismFactory AHttpServerAuthenticationMechanismFactorythat wraps a delegate so that any returnedHttpServerAuthenticationMechanismis 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 AHttpServerAuthenticationMechanismFactorythat adds a predefined set of properties to all calls to the delegate.SecurityProviderServerMechanismFactory AHttpServerAuthenticationMechanismFactorythat loads factories from a supplied array ofProviderinstances.ServiceLoaderServerMechanismFactory AHttpServerAuthenticationMechanismFactorywhich locates further factory implementations by iterating aServiceLoaderSetMechanismInformationMechanismFactory A wrapperHttpServerAuthenticationMechanismFactoryto ensure that mechanism information for the current authentication request is set before the first authentication callbacks.SimpleHttpServerCookie A simple implementation ofHttpServerCookie.SocketAddressCallbackServerMechanismFactory A wrapperHttpServerAuthenticationMechanismFactorythat sets the peer address using the current authentication request.SortedServerMechanismFactory AHttpServerAuthenticationMechanismFactorywhich sorts the mechanism names returned using the providedComparator.