Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
MappedRegexRealmMapper |
Elytron.ElytronResources.mappedRegexRealmMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<MappedRegexRealmMapper> |
Elytron.ElytronResources.mappedRegexRealmMappers()
Get the list of MappedRegexRealmMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.mappedRegexRealmMapper(MappedRegexRealmMapper value)
Add the MappedRegexRealmMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.mappedRegexRealmMappers(List<MappedRegexRealmMapper> value)
Add all MappedRegexRealmMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
MappedRegexRealmMapper<T extends MappedRegexRealmMapper<T>>
Definition of a RealmMapper implementation that first uses a regular
expression to extract the realm name, this is then converted using the
configured mapping of realm names.
|
interface |
MappedRegexRealmMapperConsumer<T extends MappedRegexRealmMapper<T>> |
interface |
MappedRegexRealmMapperSupplier<T extends MappedRegexRealmMapper> |
Modifier and Type | Method and Description |
---|---|
MappedRegexRealmMapper |
MappedRegexRealmMapperSupplier.get()
Constructed instance of MappedRegexRealmMapper resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.