Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ConstantPrincipalTransformer |
Elytron.ElytronResources.constantPrincipalTransformer(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConstantPrincipalTransformer> |
Elytron.ElytronResources.constantPrincipalTransformers()
Get the list of ConstantPrincipalTransformer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantPrincipalTransformer(ConstantPrincipalTransformer value)
Add the ConstantPrincipalTransformer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantPrincipalTransformers(List<ConstantPrincipalTransformer> value)
Add all ConstantPrincipalTransformer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantPrincipalTransformer<T extends ConstantPrincipalTransformer<T>>
A principal transformer definition for a PrincipalTransformer that always
returns the same constant.
|
interface |
ConstantPrincipalTransformerConsumer<T extends ConstantPrincipalTransformer<T>> |
interface |
ConstantPrincipalTransformerSupplier<T extends ConstantPrincipalTransformer> |
Modifier and Type | Method and Description |
---|---|
ConstantPrincipalTransformer |
ConstantPrincipalTransformerSupplier.get()
Constructed instance of ConstantPrincipalTransformer resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.