All Classes and Interfaces

Classes
Class
Description
A HttpServerAuthenticationMechanismFactory that is an aggregation of other factories.
An implementation of HttpServerAuthenticationMechanismFactory that wraps an existing factory and provides mechanism filtering by name.
A HttpServerAuthenticationMechanismFactory that wraps a delegate so that any returned HttpServerAuthenticationMechanism is wrapped by a wrapper that ensures all calls are using the provided AccessControlContext, if no AccessControlContext is provided then the one in place at the time this factory is instantiated is used instead.
A HttpServerAuthenticationMechanismFactory that adds a predefined set of properties to all calls to the delegate.
A HttpServerAuthenticationMechanismFactory that loads factories from a supplied array of Provider instances.
A HttpServerAuthenticationMechanismFactory which locates further factory implementations by iterating a ServiceLoader
A wrapper HttpServerAuthenticationMechanismFactory to ensure that mechanism information for the current authentication request is set before the first authentication callbacks.
A wrapper HttpServerAuthenticationMechanismFactory that sets the request information using the current authentication request.
A simple implementation of HttpServerCookie.
A wrapper HttpServerAuthenticationMechanismFactory that sets the peer address using the current authentication request.
A HttpServerAuthenticationMechanismFactory which sorts the mechanism names returned using the provided Comparator.