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