Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
CustomRoleDecoder |
Elytron.ElytronResources.customRoleDecoder(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomRoleDecoder> |
Elytron.ElytronResources.customRoleDecoders()
Get the list of CustomRoleDecoder resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customRoleDecoder(CustomRoleDecoder value)
Add the CustomRoleDecoder object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.customRoleDecoders(List<CustomRoleDecoder> value)
Add all CustomRoleDecoder objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CustomRoleDecoder<T extends CustomRoleDecoder<T>>
Definition of a custom RoleDecoder
|
interface |
CustomRoleDecoderConsumer<T extends CustomRoleDecoder<T>> |
interface |
CustomRoleDecoderSupplier<T extends CustomRoleDecoder> |
Modifier and Type | Method and Description |
---|---|
CustomRoleDecoder |
CustomRoleDecoderSupplier.get()
Constructed instance of CustomRoleDecoder resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.