| 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.jboss.wsf.stack.cxf.jaspi.config | |
| org.wildfly.security.auth.jaspi |
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthConfigFactory |
AuthConfigFactory.getFactory()
Get the system-wide AuthConfigFactory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthConfigFactory.setFactory(AuthConfigFactory factory)
Set the system-wide AuthConfigFactory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JBossAuthConfigFactory
Default Authentication Configuration Factory
|
| Constructor and Description |
|---|
JBossAuthConfigProvider(Map<String,Object> props,
AuthConfigFactory factory)
Create a new JBossAuthConfigProvider.
|
| Constructor and Description |
|---|
JBossWSAuthConfigProvider(Properties props,
AuthConfigFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingAuthConfigFactory
An
AuthConfigFactory implementation that can delegate to a backup AuthConfigFactory if the Elytron factory is unable
to return a provider. |
class |
ElytronAuthConfigFactory
The WildFly Elytron implementation of
AuthConfigFactory. |
| Modifier and Type | Method and Description |
|---|---|
String |
JaspiConfigurationBuilder.register(AuthConfigFactory authConfigFactory)
Register the assembled configuration against the supplied
AuthConfigFactory. |
| Constructor and Description |
|---|
DelegatingAuthConfigFactory(ElytronAuthConfigFactory elytronAuthConfigFactory,
AuthConfigFactory backupAuthConfigFactory) |
DelegatingAuthConfigFactory(ElytronAuthConfigFactory elytronAuthConfigFactory,
AuthConfigFactory backupAuthConfigFactory,
Supplier<Boolean> delegationAllowed) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.