A C F G I N O P S 
All Classes All Packages

A

AggregateServerMechanismFactory - Class in org.wildfly.security.http.util
A HttpServerAuthenticationMechanismFactory that is an aggregation of other factories.
AggregateServerMechanismFactory(HttpServerAuthenticationMechanismFactory...) - Constructor for class org.wildfly.security.http.util.AggregateServerMechanismFactory
Construct an instance of AggregateServerMechanismFactory with an array of factories to aggregate.

C

createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.AggregateServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.FilterServerMechanismFactory
Create the requested HttpServerAuthenticationMechanism provided it is available and allowed by the current filter.
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.PropertiesServerMechanismFactory
Create an instance of the requested HttpServerAuthenticationMechanismFactory.
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SetMechanismInformationMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SetRequestInformationCallbackMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SocketAddressCallbackServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SortedServerMechanismFactory
 

F

FilterServerMechanismFactory - Class in org.wildfly.security.http.util
An implementation of HttpServerAuthenticationMechanismFactory that wraps an existing factory and provides mechanism filtering by name.
FilterServerMechanismFactory(HttpServerAuthenticationMechanismFactory, boolean, String...) - Constructor for class org.wildfly.security.http.util.FilterServerMechanismFactory
Construct a new instance that filters from a provided set of mechanism names.
FilterServerMechanismFactory(HttpServerAuthenticationMechanismFactory, boolean, Collection<String>) - Constructor for class org.wildfly.security.http.util.FilterServerMechanismFactory
Construct a new instance that filters from a provided set of mechanism names.
FilterServerMechanismFactory(HttpServerAuthenticationMechanismFactory, Predicate<String>) - Constructor for class org.wildfly.security.http.util.FilterServerMechanismFactory
Constructs a new instance.

G

getDomain() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 
getMaxAge() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.AggregateServerMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.FilterServerMechanismFactory
Get the available mechanism names after filtering has been performed by the previously provided Predicate
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.PropertiesServerMechanismFactory
Obtain the list of available mechanism names after merging the properties.
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.SetMechanismInformationMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.SetRequestInformationCallbackMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.SocketAddressCallbackServerMechanismFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.wildfly.security.http.util.SortedServerMechanismFactory
 
getName() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 
getPath() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 
getValue() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 
getVersion() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 

I

isHttpOnly() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 
isSecure() - Method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 

N

newInstance(String, String, String, int, String, boolean, int, boolean) - Static method in class org.wildfly.security.http.util.SimpleHttpServerCookie
 

O

org.wildfly.security.http.util - package org.wildfly.security.http.util
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.

P

PrivilegedServerMechanismFactory - Class in org.wildfly.security.http.util
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.
PrivilegedServerMechanismFactory(HttpServerAuthenticationMechanismFactory) - Constructor for class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
Construct a new instance of PrivilegedServerMechanismFactory using the current AccessControlContext for calls to the wrapped factory
PrivilegedServerMechanismFactory(HttpServerAuthenticationMechanismFactory, AccessControlContext) - Constructor for class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
Construct a new instance of PrivilegedServerMechanismFactory.
PropertiesServerMechanismFactory - Class in org.wildfly.security.http.util
A HttpServerAuthenticationMechanismFactory that adds a predefined set of properties to all calls to the delegate.
PropertiesServerMechanismFactory(HttpServerAuthenticationMechanismFactory, Map<String, ?>) - Constructor for class org.wildfly.security.http.util.PropertiesServerMechanismFactory
Construct a new instance.

S

SecurityProviderServerMechanismFactory - Class in org.wildfly.security.http.util
A HttpServerAuthenticationMechanismFactory that loads factories from a supplied array of Provider instances.
SecurityProviderServerMechanismFactory() - Constructor for class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
Construct a new instance which uses the globally registered Provider instances.
SecurityProviderServerMechanismFactory(Provider) - Constructor for class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
Construct a new instance of SecurityProviderServerMechanismFactory.
SecurityProviderServerMechanismFactory(Provider[]) - Constructor for class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
Construct a new instance of SecurityProviderServerMechanismFactory.
SecurityProviderServerMechanismFactory(Supplier<Provider[]>) - Constructor for class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
Construct a new instance of SecurityProviderServerMechanismFactory.
ServiceLoaderServerMechanismFactory - Class in org.wildfly.security.http.util
A HttpServerAuthenticationMechanismFactory which locates further factory implementations by iterating a ServiceLoader
ServiceLoaderServerMechanismFactory(ClassLoader) - Constructor for class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
Constructs a new instance, a ServiceLoader will be created from the supplied ClassLoader
ServiceLoaderServerMechanismFactory(ServiceLoader<HttpServerAuthenticationMechanismFactory>) - Constructor for class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
Constructs a new instance with a previously created ServiceLoader This class synchronizes on the supplied service loader, if the same is synchronized against outside then ServiceLoader.reload() can safely be called.
SetMechanismInformationMechanismFactory - Class in org.wildfly.security.http.util
A wrapper HttpServerAuthenticationMechanismFactory to ensure that mechanism information for the current authentication request is set before the first authentication callbacks.
SetMechanismInformationMechanismFactory(HttpServerAuthenticationMechanismFactory) - Constructor for class org.wildfly.security.http.util.SetMechanismInformationMechanismFactory
Construct a wrapping mechanism factory instance.
SetRequestInformationCallbackMechanismFactory - Class in org.wildfly.security.http.util
A wrapper HttpServerAuthenticationMechanismFactory that sets the request information using the current authentication request.
SetRequestInformationCallbackMechanismFactory(HttpServerAuthenticationMechanismFactory, HashMap<String, Function<HttpServerRequest, String>>) - Constructor for class org.wildfly.security.http.util.SetRequestInformationCallbackMechanismFactory
Construct a wrapping mechanism factory instance.
SimpleHttpServerCookie - Class in org.wildfly.security.http.util
A simple implementation of HttpServerCookie.
SocketAddressCallbackServerMechanismFactory - Class in org.wildfly.security.http.util
A wrapper HttpServerAuthenticationMechanismFactory that sets the peer address using the current authentication request.
SocketAddressCallbackServerMechanismFactory(HttpServerAuthenticationMechanismFactory) - Constructor for class org.wildfly.security.http.util.SocketAddressCallbackServerMechanismFactory
Construct a wrapping mechanism factory instance.
SortedServerMechanismFactory - Class in org.wildfly.security.http.util
A HttpServerAuthenticationMechanismFactory which sorts the mechanism names returned using the provided Comparator.
SortedServerMechanismFactory(HttpServerAuthenticationMechanismFactory, Comparator<String>) - Constructor for class org.wildfly.security.http.util.SortedServerMechanismFactory
 
A C F G I N O P S 
All Classes All Packages