| Package | Description |
|---|---|
| org.wildfly.extension.elytron.capabilities |
Capabilities backed by functional interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static PrincipalTransformer |
PrincipalTransformer.aggregate(PrincipalTransformer... transformers)
Principal transformer which transforms principal by individual transformers
in defined order and returns first non-null transformed principal.
|
static PrincipalTransformer |
PrincipalTransformer.chain(PrincipalTransformer... transformers)
Principal transformer which transforms original principal by first transformer
in chain, its output transforms by second transformer etc.
|
static PrincipalTransformer |
PrincipalTransformer.from(Function<Principal,Principal> function) |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalTransformer |
PrincipalTransformer.aggregate(PrincipalTransformer... transformers)
Principal transformer which transforms principal by individual transformers
in defined order and returns first non-null transformed principal.
|
static PrincipalTransformer |
PrincipalTransformer.chain(PrincipalTransformer... transformers)
Principal transformer which transforms original principal by first transformer
in chain, its output transforms by second transformer etc.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.