| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
IdentityRealm | 
Elytron.ElytronResources.identityRealm(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<IdentityRealm> | 
Elytron.ElytronResources.identityRealms()
Get the list of IdentityRealm resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.identityRealm(IdentityRealm value)
Add the IdentityRealm object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.identityRealms(List<IdentityRealm> value)
Add all IdentityRealm objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IdentityRealm<T extends IdentityRealm<T>>
A security realm definition where identities are represented in the
 management model. 
 | 
interface  | 
IdentityRealmConsumer<T extends IdentityRealm<T>>  | 
interface  | 
IdentityRealmSupplier<T extends IdentityRealm>  | 
| Modifier and Type | Method and Description | 
|---|---|
IdentityRealm | 
IdentityRealmSupplier.get()
Constructed instance of IdentityRealm resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.