Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
AggregateRealm |
Elytron.ElytronResources.aggregateRealm(String key) |
Modifier and Type | Method and Description |
---|---|
List<AggregateRealm> |
Elytron.ElytronResources.aggregateRealms()
Get the list of AggregateRealm resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregateRealm(AggregateRealm value)
Add the AggregateRealm object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregateRealms(List<AggregateRealm> value)
Add all AggregateRealm objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateRealm<T extends AggregateRealm<T>>
A realm definition that is an aggregation of two realms, one for the
authentication steps and one for loading the identity for the authorization
steps.
|
interface |
AggregateRealmConsumer<T extends AggregateRealm<T>> |
interface |
AggregateRealmSupplier<T extends AggregateRealm> |
Modifier and Type | Method and Description |
---|---|
AggregateRealm |
AggregateRealmSupplier.get()
Constructed instance of AggregateRealm resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.