Package | Description |
---|---|
javax.security.auth.message.config |
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
|
Modifier and Type | Method and Description |
---|---|
abstract AuthConfigProvider |
AuthConfigFactory.getConfigProvider(String layer,
String appContext,
RegistrationListener listener)
Get a registered AuthConfigProvider from the factory.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.