Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
CustomPrincipalTransformer |
Elytron.ElytronResources.customPrincipalTransformer(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomPrincipalTransformer> |
Elytron.ElytronResources.customPrincipalTransformers()
Get the list of CustomPrincipalTransformer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customPrincipalTransformer(CustomPrincipalTransformer value)
Add the CustomPrincipalTransformer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customPrincipalTransformers(List<CustomPrincipalTransformer> value)
Add all CustomPrincipalTransformer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CustomPrincipalTransformer<T extends CustomPrincipalTransformer<T>>
A custom principal transformer definition.
|
interface |
CustomPrincipalTransformerConsumer<T extends CustomPrincipalTransformer<T>> |
interface |
CustomPrincipalTransformerSupplier<T extends CustomPrincipalTransformer> |
Modifier and Type | Method and Description |
---|---|
CustomPrincipalTransformer |
CustomPrincipalTransformerSupplier.get()
Constructed instance of CustomPrincipalTransformer resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.