Uses of Interface
javax.security.auth.message.config.AuthConfigProvider
-
Packages that use AuthConfigProvider Package Description javax.security.auth.message.config This package defines the interfaces implemented by JSR 196 compatible configuration systems. -
-
Uses of AuthConfigProvider in javax.security.auth.message.config
Methods in javax.security.auth.message.config that return AuthConfigProvider Modifier and Type Method Description abstract AuthConfigProviderAuthConfigFactory. getConfigProvider(String layer, String appContext, RegistrationListener listener)Get a registered AuthConfigProvider from the factory.Methods in javax.security.auth.message.config with parameters of type AuthConfigProvider Modifier and Type Method Description abstract String[]AuthConfigFactory. getRegistrationIDs(AuthConfigProvider provider)Get the registration identifiers for all registrations of the provider instance at the factory.abstract StringAuthConfigFactory. registerConfigProvider(AuthConfigProvider provider, String layer, String appContext, String description)Registers within the (in-memory) factory, a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
-