| Package | Description | 
|---|---|
| org.wildfly.swarm.config.security.security_domain | |
| org.wildfly.swarm.config.security.security_domain.authentication | 
| Modifier and Type | Method and Description | 
|---|---|
LoginModuleStack | 
JaspiAuthentication.JaspiAuthenticationResources.loginModuleStack(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<LoginModuleStack> | 
JaspiAuthentication.JaspiAuthenticationResources.loginModuleStacks()
Get the list of LoginModuleStack resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
JaspiAuthentication.loginModuleStack(LoginModuleStack value)
Add the LoginModuleStack object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
JaspiAuthentication.loginModuleStacks(List<LoginModuleStack> value)
Add all LoginModuleStack objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LoginModuleStack<T extends LoginModuleStack<T>>
List of "named" login modules that are used by jaspi authentication modules. 
 | 
interface  | 
LoginModuleStackConsumer<T extends LoginModuleStack<T>>  | 
interface  | 
LoginModuleStackSupplier<T extends LoginModuleStack>  | 
| Modifier and Type | Method and Description | 
|---|---|
LoginModuleStack | 
LoginModuleStackSupplier.get()
Constructed instance of LoginModuleStack resource 
 | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.