A C F G I N O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AggregateServerMechanismFactory - Class in org.wildfly.security.http.util
-
A
HttpServerAuthenticationMechanismFactorythat is an aggregation of other factories. - AggregateServerMechanismFactory(HttpServerAuthenticationMechanismFactory...) - Constructor for class org.wildfly.security.http.util.AggregateServerMechanismFactory
-
Construct an instance of
AggregateServerMechanismFactorywith 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
HttpServerAuthenticationMechanismprovided 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
HttpServerAuthenticationMechanismFactorythat 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
HttpServerAuthenticationMechanismFactorythat 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. - PrivilegedServerMechanismFactory(HttpServerAuthenticationMechanismFactory) - Constructor for class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
-
Construct a new instance of
PrivilegedServerMechanismFactoryusing the currentAccessControlContextfor 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
HttpServerAuthenticationMechanismFactorythat 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
HttpServerAuthenticationMechanismFactorythat loads factories from a supplied array ofProviderinstances. - SecurityProviderServerMechanismFactory() - Constructor for class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
-
Construct a new instance which uses the globally registered
Providerinstances. - 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
HttpServerAuthenticationMechanismFactorywhich locates further factory implementations by iterating aServiceLoader - ServiceLoaderServerMechanismFactory(ClassLoader) - Constructor for class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
-
Constructs a new instance, a
ServiceLoaderwill be created from the suppliedClassLoader - ServiceLoaderServerMechanismFactory(ServiceLoader<HttpServerAuthenticationMechanismFactory>) - Constructor for class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
-
Constructs a new instance with a previously created
ServiceLoaderThis class synchronizes on the supplied service loader, if the same is synchronized against outside thenServiceLoader.reload()can safely be called. - SetMechanismInformationMechanismFactory - Class in org.wildfly.security.http.util
-
A wrapper
HttpServerAuthenticationMechanismFactoryto 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
HttpServerAuthenticationMechanismFactorythat 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
HttpServerAuthenticationMechanismFactorythat 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
HttpServerAuthenticationMechanismFactorywhich sorts the mechanism names returned using the providedComparator. - SortedServerMechanismFactory(HttpServerAuthenticationMechanismFactory, Comparator<String>) - Constructor for class org.wildfly.security.http.util.SortedServerMechanismFactory
All Classes All Packages