Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ConstantPrincipalDecoder |
Elytron.ElytronResources.constantPrincipalDecoder(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConstantPrincipalDecoder> |
Elytron.ElytronResources.constantPrincipalDecoders()
Get the list of ConstantPrincipalDecoder resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantPrincipalDecoder(ConstantPrincipalDecoder value)
Add the ConstantPrincipalDecoder object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantPrincipalDecoders(List<ConstantPrincipalDecoder> value)
Add all ConstantPrincipalDecoder objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantPrincipalDecoder<T extends ConstantPrincipalDecoder<T>>
Definition of a principal decoder that always returns the same constant.
|
interface |
ConstantPrincipalDecoderConsumer<T extends ConstantPrincipalDecoder<T>> |
interface |
ConstantPrincipalDecoderSupplier<T extends ConstantPrincipalDecoder> |
Modifier and Type | Method and Description |
---|---|
ConstantPrincipalDecoder |
ConstantPrincipalDecoderSupplier.get()
Constructed instance of ConstantPrincipalDecoder resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.