A E F G H I L O P S 
All Classes All Packages

A

aggregate(Supplier<Provider[]>...) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Create a Supplier of providers that is an aggregation of the result of multiple suppliers.

E

ElytronMessages - Interface in org.wildfly.security.provider.util._private
Log messages and exceptions for Elytron.
equals(Object) - Method in class org.wildfly.security.provider.util.ProviderServiceLoaderSupplier
 
equals(Object) - Method in class org.wildfly.security.provider.util.ServiceLoaderSupplier
 

F

findProvider(Provider[], String, Class<?>, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find the first provider from the supplier which provides the given service type and algorithm name.
findProvider(Provider[], String, String, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find the first provider from the supplier which provides the given service type and algorithm name.
findProvider(Supplier<Provider[]>, String, Class<?>, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find the first provider from the supplier which provides the given service type and algorithm name.
findProvider(Supplier<Provider[]>, String, String, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find the first provider from the supplier which provides the given service type and algorithm name.
findProviderService(Provider[], String, Class<?>, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find a provider service which provides the given service type and algorithm name.
findProviderService(Provider[], String, String, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find a provider service which provides the given service type and algorithm name.
findProviderService(Provider[], Predicate<Provider.Service>) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find a provider service which matches the given predicate.
findProviderService(Supplier<Provider[]>, String, Class<?>, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find a provider service which provides the given service type and algorithm name.
findProviderService(Supplier<Provider[]>, String, String, String) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find a provider service which provides the given service type and algorithm name.
findProviderService(Supplier<Provider[]>, Predicate<Provider.Service>) - Static method in class org.wildfly.security.provider.util.ProviderUtil
Find a provider service which matches the given predicate.

G

get() - Method in class org.wildfly.security.provider.util.ServiceLoaderSupplier
 
getDefaultProviderSupplier(ClassLoader) - Static method in class org.wildfly.security.provider.util.ProviderFactory
 
getElytronProviderSupplier(ClassLoader) - Static method in class org.wildfly.security.provider.util.ProviderFactory
 

H

hashCode() - Method in class org.wildfly.security.provider.util.ProviderServiceLoaderSupplier
 
hashCode() - Method in class org.wildfly.security.provider.util.ServiceLoaderSupplier
 

I

INSTALLED_PROVIDERS - Static variable in class org.wildfly.security.provider.util.ProviderUtil
A Supplier to obtain the Provider array of providers available from Security.getProviders().

L

log - Static variable in interface org.wildfly.security.provider.util._private.ElytronMessages
 

O

org.wildfly.security.provider.util - package org.wildfly.security.provider.util
 
org.wildfly.security.provider.util._private - package org.wildfly.security.provider.util._private
 

P

ProviderFactory - Class in org.wildfly.security.provider.util
Utility class to obtain Supplier with providers available on the classpath.
ProviderFactory() - Constructor for class org.wildfly.security.provider.util.ProviderFactory
 
ProviderServiceLoaderSupplier - Class in org.wildfly.security.provider.util
A supplier which uses a service loader to find all Provider instances that aren't in the list of installed security providers and returns them as an array.
ProviderServiceLoaderSupplier(ClassLoader) - Constructor for class org.wildfly.security.provider.util.ProviderServiceLoaderSupplier
 
ProviderServiceLoaderSupplier(ClassLoader, boolean) - Constructor for class org.wildfly.security.provider.util.ProviderServiceLoaderSupplier
 
ProviderUtil - Class in org.wildfly.security.provider.util
Utilities for dealing with security providers.
ProviderUtil() - Constructor for class org.wildfly.security.provider.util.ProviderUtil
 

S

ServiceLoaderSupplier<E> - Class in org.wildfly.security.provider.util
A supplier which uses a service loader to find all instances of the given service, and return them as an array.
ServiceLoaderSupplier(Class<E>, ClassLoader) - Constructor for class org.wildfly.security.provider.util.ServiceLoaderSupplier
 
A E F G H I L O P S 
All Classes All Packages