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