Class ProviderServiceLoaderSupplier
java.lang.Object
org.wildfly.security.provider.util.ServiceLoaderSupplier<Provider>
org.wildfly.security.provider.util.ProviderServiceLoaderSupplier
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. The result is then cached.- Since:
- 1.2.2
- Author:
- Farah Juma
-
Constructor Summary
ConstructorsConstructorDescriptionProviderServiceLoaderSupplier(ClassLoader classLoader) ProviderServiceLoaderSupplier(ClassLoader classLoader, boolean elytronProviderStaticallyAdded) -
Method Summary
Methods inherited from class org.wildfly.security.provider.util.ServiceLoaderSupplier
get
-
Constructor Details
-
ProviderServiceLoaderSupplier
-
ProviderServiceLoaderSupplier
public ProviderServiceLoaderSupplier(ClassLoader classLoader, boolean elytronProviderStaticallyAdded)
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classServiceLoaderSupplier<Provider>
-
equals
- Overrides:
equalsin classServiceLoaderSupplier<Provider>
-