| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationContext | 
Elytron.ElytronResources.authenticationContext(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AuthenticationContext> | 
Elytron.ElytronResources.authenticationContexts()
Get the list of AuthenticationContext resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.authenticationContext(AuthenticationContext value)
Add the AuthenticationContext object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.authenticationContexts(List<AuthenticationContext> value)
Add all AuthenticationContext objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AuthenticationContext<T extends AuthenticationContext<T>>
An individual authentication context definition. 
 | 
interface  | 
AuthenticationContextConsumer<T extends AuthenticationContext<T>>  | 
interface  | 
AuthenticationContextSupplier<T extends AuthenticationContext>  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationContext | 
AuthenticationContextSupplier.get()
Constructed instance of AuthenticationContext resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.