| Package | Description |
|---|---|
| javax.security.auth.message.config |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String[] |
AuthConfigFactory.detachListener(RegistrationListener listener,
java.lang.String layer,
java.lang.String appContext)
Disassociate the listener from all the provider registrations whose layer and
appContext values are matched by the corresponding arguments to this method.
|
abstract AuthConfigProvider |
AuthConfigFactory.getConfigProvider(java.lang.String layer,
java.lang.String appContext,
RegistrationListener listener)
Get a registered AuthConfigProvider from the factory.
|