Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
AggregatePrincipalTransformer |
Elytron.ElytronResources.aggregatePrincipalTransformer(String key) |
Modifier and Type | Method and Description |
---|---|
List<AggregatePrincipalTransformer> |
Elytron.ElytronResources.aggregatePrincipalTransformers()
Get the list of AggregatePrincipalTransformer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregatePrincipalTransformer(AggregatePrincipalTransformer value)
Add the AggregatePrincipalTransformer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregatePrincipalTransformers(List<AggregatePrincipalTransformer> value)
Add all AggregatePrincipalTransformer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatePrincipalTransformer<T extends AggregatePrincipalTransformer<T>>
A principal transformer aggregating more principal transformers.
|
interface |
AggregatePrincipalTransformerConsumer<T extends AggregatePrincipalTransformer<T>> |
interface |
AggregatePrincipalTransformerSupplier<T extends AggregatePrincipalTransformer> |
Modifier and Type | Method and Description |
---|---|
AggregatePrincipalTransformer |
AggregatePrincipalTransformerSupplier.get()
Constructed instance of AggregatePrincipalTransformer resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.