Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ChainedPrincipalTransformer |
Elytron.ElytronResources.chainedPrincipalTransformer(String key) |
Modifier and Type | Method and Description |
---|---|
List<ChainedPrincipalTransformer> |
Elytron.ElytronResources.chainedPrincipalTransformers()
Get the list of ChainedPrincipalTransformer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.chainedPrincipalTransformer(ChainedPrincipalTransformer value)
Add the ChainedPrincipalTransformer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.chainedPrincipalTransformers(List<ChainedPrincipalTransformer> value)
Add all ChainedPrincipalTransformer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedPrincipalTransformer<T extends ChainedPrincipalTransformer<T>>
A principal transformer definition where the principal transformer is a
chaining of other principal transformers.
|
interface |
ChainedPrincipalTransformerConsumer<T extends ChainedPrincipalTransformer<T>> |
interface |
ChainedPrincipalTransformerSupplier<T extends ChainedPrincipalTransformer> |
Modifier and Type | Method and Description |
---|---|
ChainedPrincipalTransformer |
ChainedPrincipalTransformerSupplier.get()
Constructed instance of ChainedPrincipalTransformer resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.