Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
TokenRealm |
Elytron.ElytronResources.tokenRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<TokenRealm> |
Elytron.ElytronResources.tokenRealms()
Get the list of TokenRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.tokenRealm(TokenRealm value)
Add the TokenRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.tokenRealms(List<TokenRealm> value)
Add all TokenRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
TokenRealm<T extends TokenRealm<T>>
A security realm definition capable of validating and extracting identities
from security tokens.
|
interface |
TokenRealmConsumer<T extends TokenRealm<T>> |
interface |
TokenRealmSupplier<T extends TokenRealm> |
Modifier and Type | Method and Description |
---|---|
TokenRealm |
TokenRealmSupplier.get()
Constructed instance of TokenRealm resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.