Class ProviderServiceLoaderSupplier

  • All Implemented Interfaces:
    Supplier<Provider[]>

    public class ProviderServiceLoaderSupplier
    extends ServiceLoaderSupplier<Provider>
    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