Package org.wildfly.security.http.util
package org.wildfly.security.http.util
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.
- Author:
- Darran Lofthouse
-
ClassesClassDescriptionA
HttpServerAuthenticationMechanismFactorythat is an aggregation of other factories.Warning this class consists of generated code.An implementation ofHttpServerAuthenticationMechanismFactorythat wraps an existing factory and provides mechanism filtering by name.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.AHttpServerAuthenticationMechanismFactorythat adds a predefined set of properties to all calls to the delegate.AHttpServerAuthenticationMechanismFactorythat loads factories from a supplied array ofProviderinstances.AHttpServerAuthenticationMechanismFactorywhich locates further factory implementations by iterating aServiceLoaderA wrapperHttpServerAuthenticationMechanismFactoryto ensure that mechanism information for the current authentication request is set before the first authentication callbacks.A wrapperHttpServerAuthenticationMechanismFactorythat sets the request information using the current authentication request.A simple implementation ofHttpServerCookie.A wrapperHttpServerAuthenticationMechanismFactorythat sets the peer address using the current authentication request.AHttpServerAuthenticationMechanismFactorywhich sorts the mechanism names returned using the providedComparator.