Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
SimpleRoleDecoder |
Elytron.ElytronResources.simpleRoleDecoder(String key) |
Modifier and Type | Method and Description |
---|---|
List<SimpleRoleDecoder> |
Elytron.ElytronResources.simpleRoleDecoders()
Get the list of SimpleRoleDecoder resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.simpleRoleDecoder(SimpleRoleDecoder value)
Add the SimpleRoleDecoder object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.simpleRoleDecoders(List<SimpleRoleDecoder> value)
Add all SimpleRoleDecoder objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRoleDecoder<T extends SimpleRoleDecoder<T>>
Definition of a simple RoleDecoder that takes a single attribute and maps it
directly to roles.
|
interface |
SimpleRoleDecoderConsumer<T extends SimpleRoleDecoder<T>> |
interface |
SimpleRoleDecoderSupplier<T extends SimpleRoleDecoder> |
Modifier and Type | Method and Description |
---|---|
SimpleRoleDecoder |
SimpleRoleDecoderSupplier.get()
Constructed instance of SimpleRoleDecoder resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.