| Package | Description |
|---|---|
| javax.security.auth.message.config |
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
|
| org.jboss.security.auth.message.config | |
| org.wildfly.security.auth.jaspi |
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
JBossAuthConfigFactory.detachListener(RegistrationListener listener,
String layer,
String appContext) |
AuthConfigProvider |
JBossAuthConfigFactory.getConfigProvider(String layer,
String appContext,
RegistrationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
DelegatingAuthConfigFactory.detachListener(RegistrationListener listener,
String layer,
String appContext) |
String[] |
ElytronAuthConfigFactory.detachListener(RegistrationListener listener,
String layer,
String appContext) |
AuthConfigProvider |
DelegatingAuthConfigFactory.getConfigProvider(String layer,
String appContext,
RegistrationListener listener) |
AuthConfigProvider |
ElytronAuthConfigFactory.getConfigProvider(String layer,
String appContext,
RegistrationListener listener) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.