Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
AggregateRoleMapper |
Elytron.ElytronResources.aggregateRoleMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<AggregateRoleMapper> |
Elytron.ElytronResources.aggregateRoleMappers()
Get the list of AggregateRoleMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregateRoleMapper(AggregateRoleMapper value)
Add the AggregateRoleMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.aggregateRoleMappers(List<AggregateRoleMapper> value)
Add all AggregateRoleMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateRoleMapper<T extends AggregateRoleMapper<T>>
A role mapper definition where the role mapper is an aggregation of other
role mappers.
|
interface |
AggregateRoleMapperConsumer<T extends AggregateRoleMapper<T>> |
interface |
AggregateRoleMapperSupplier<T extends AggregateRoleMapper> |
Modifier and Type | Method and Description |
---|---|
AggregateRoleMapper |
AggregateRoleMapperSupplier.get()
Constructed instance of AggregateRoleMapper resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.