| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
CachingRealm | 
Elytron.ElytronResources.cachingRealm(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CachingRealm> | 
Elytron.ElytronResources.cachingRealms()
Get the list of CachingRealm resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.cachingRealm(CachingRealm value)
Add the CachingRealm object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.cachingRealms(List<CachingRealm> value)
Add all CachingRealm objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachingRealm<T extends CachingRealm<T>>
A realm definition that enables caching to another security realm. 
 | 
interface  | 
CachingRealmConsumer<T extends CachingRealm<T>>  | 
interface  | 
CachingRealmSupplier<T extends CachingRealm>  | 
| Modifier and Type | Method and Description | 
|---|---|
CachingRealm | 
CachingRealmSupplier.get()
Constructed instance of CachingRealm resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.