Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
CustomPrincipalDecoder |
Elytron.ElytronResources.customPrincipalDecoder(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomPrincipalDecoder> |
Elytron.ElytronResources.customPrincipalDecoders()
Get the list of CustomPrincipalDecoder resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customPrincipalDecoder(CustomPrincipalDecoder value)
Add the CustomPrincipalDecoder object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customPrincipalDecoders(List<CustomPrincipalDecoder> value)
Add all CustomPrincipalDecoder objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CustomPrincipalDecoder<T extends CustomPrincipalDecoder<T>>
Definition of a custom principal decoder
|
interface |
CustomPrincipalDecoderConsumer<T extends CustomPrincipalDecoder<T>> |
interface |
CustomPrincipalDecoderSupplier<T extends CustomPrincipalDecoder> |
Modifier and Type | Method and Description |
---|---|
CustomPrincipalDecoder |
CustomPrincipalDecoderSupplier.get()
Constructed instance of CustomPrincipalDecoder resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.