| Package | Description | 
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.elytron | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleRegexRealmMapper | 
Elytron.ElytronResources.simpleRegexRealmMapper(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SimpleRegexRealmMapper> | 
Elytron.ElytronResources.simpleRegexRealmMappers()
Get the list of SimpleRegexRealmMapper resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.simpleRegexRealmMapper(SimpleRegexRealmMapper value)
Add the SimpleRegexRealmMapper object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Elytron.simpleRegexRealmMappers(List<SimpleRegexRealmMapper> value)
Add all SimpleRegexRealmMapper objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleRegexRealmMapper<T extends SimpleRegexRealmMapper<T>>
Definition of a simple RealmMapper that attempts to extract the realm name
 using the capture group from the regular expression, if that does not provide
 a match then the delegate RealmMapper is used instead. 
 | 
interface  | 
SimpleRegexRealmMapperConsumer<T extends SimpleRegexRealmMapper<T>>  | 
interface  | 
SimpleRegexRealmMapperSupplier<T extends SimpleRegexRealmMapper>  | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleRegexRealmMapper | 
SimpleRegexRealmMapperSupplier.get()
Constructed instance of SimpleRegexRealmMapper resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.