| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
CustomRealm | 
Elytron.ElytronResources.customRealm(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CustomRealm> | 
Elytron.ElytronResources.customRealms()
Get the list of CustomRealm resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.customRealm(CustomRealm value)
Add the CustomRealm object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.customRealms(List<CustomRealm> value)
Add all CustomRealm objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomRealm<T extends CustomRealm<T>>
A custom realm definitions can implement either the SecurityRealm interface
 or the ModifiableSecurityRealm interface. 
 | 
interface  | 
CustomRealmConsumer<T extends CustomRealm<T>>  | 
interface  | 
CustomRealmSupplier<T extends CustomRealm>  | 
| Modifier and Type | Method and Description | 
|---|---|
CustomRealm | 
CustomRealmSupplier.get()
Constructed instance of CustomRealm resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.