Uses of Interface
jakarta.security.auth.message.config.AuthConfigProvider
-
Packages that use AuthConfigProvider Package Description jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of AuthConfigProvider in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config that return AuthConfigProvider Modifier and Type Method Description abstract AuthConfigProvider
AuthConfigFactory. getConfigProvider(String layer, String appContext, RegistrationListener listener)
Get a registered AuthConfigProvider from the factory.Methods in jakarta.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 String
AuthConfigFactory. 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.
-