Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
RegexPrincipalTransformer |
Elytron.ElytronResources.regexPrincipalTransformer(String key) |
Modifier and Type | Method and Description |
---|---|
List<RegexPrincipalTransformer> |
Elytron.ElytronResources.regexPrincipalTransformers()
Get the list of RegexPrincipalTransformer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.regexPrincipalTransformer(RegexPrincipalTransformer value)
Add the RegexPrincipalTransformer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.regexPrincipalTransformers(List<RegexPrincipalTransformer> value)
Add all RegexPrincipalTransformer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RegexPrincipalTransformer<T extends RegexPrincipalTransformer<T>>
A regular expression based principal transformer
|
interface |
RegexPrincipalTransformerConsumer<T extends RegexPrincipalTransformer<T>> |
interface |
RegexPrincipalTransformerSupplier<T extends RegexPrincipalTransformer> |
Modifier and Type | Method and Description |
---|---|
RegexPrincipalTransformer |
RegexPrincipalTransformerSupplier.get()
Constructed instance of RegexPrincipalTransformer resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.