Package | Description |
---|---|
javax.security.auth.message.config |
This package defines the interfaces implemented by JSR 196 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.