| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
ConstantRealmMapper | 
Elytron.ElytronResources.constantRealmMapper(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ConstantRealmMapper> | 
Elytron.ElytronResources.constantRealmMappers()
Get the list of ConstantRealmMapper resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.constantRealmMapper(ConstantRealmMapper value)
Add the ConstantRealmMapper object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.constantRealmMappers(List<ConstantRealmMapper> value)
Add all ConstantRealmMapper objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantRealmMapper<T extends ConstantRealmMapper<T>>
Definition of a constant RealmMapper that always returns the same value. 
 | 
interface  | 
ConstantRealmMapperConsumer<T extends ConstantRealmMapper<T>>  | 
interface  | 
ConstantRealmMapperSupplier<T extends ConstantRealmMapper>  | 
| Modifier and Type | Method and Description | 
|---|---|
ConstantRealmMapper | 
ConstantRealmMapperSupplier.get()
Constructed instance of ConstantRealmMapper resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.