| Package | Description |
|---|---|
| org.wildfly.security.auth.jaspi |
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
|
| Modifier and Type | Method and Description |
|---|---|
static Flag |
Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag[] |
Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JaspiConfigurationBuilder |
JaspiConfigurationBuilder.addAuthModuleFactory(Supplier<ServerAuthModule> serverAuthModuleFactory,
Flag flag,
Map options)
Add a
Supplier to be used to create a ServerAuthModule instance for this message layer
and application context combination. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.