public static interface ProviderSelectionPolicy.Providers
ProviderSelectionPolicy implementation to supply all configured
providers from security.| Modifier and Type | Method and Description |
|---|---|
<T extends SecurityProvider> |
getProviders(java.lang.Class<T> providerType)
Get a list of named providers based on provider type.
|
<T extends SecurityProvider> java.util.List<NamedProvider<T>> getProviders(java.lang.Class<T> providerType)
T - type of providerproviderType - Type of provider (one of AuthenticationProvider, AuthorizationProvider or OutboundSecurityProvider)Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.