| Package | Description | 
|---|---|
| org.wildfly.swarm.config.security.security_domain | |
| org.wildfly.swarm.config.security.security_domain.authentication | 
| Modifier and Type | Method and Description | 
|---|---|
AuthModule | 
JaspiAuthentication.JaspiAuthenticationResources.authModule(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AuthModule> | 
JaspiAuthentication.JaspiAuthenticationResources.authModules()
Get the list of AuthModule resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
JaspiAuthentication.authModule(AuthModule value)
Add the AuthModule object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
JaspiAuthentication.authModules(List<AuthModule> value)
Add all AuthModule objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuthModule<T extends AuthModule<T>>
List of modules that map principal, role, and credential information 
 | 
interface  | 
AuthModuleConsumer<T extends AuthModule<T>>  | 
interface  | 
AuthModuleSupplier<T extends AuthModule>  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthModule | 
AuthModuleSupplier.get()
Constructed instance of AuthModule resource 
 | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.