Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
MappedRoleMapper |
Elytron.ElytronResources.mappedRoleMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<MappedRoleMapper> |
Elytron.ElytronResources.mappedRoleMappers()
Get the list of MappedRoleMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.mappedRoleMapper(MappedRoleMapper value)
Add the MappedRoleMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.mappedRoleMappers(List<MappedRoleMapper> value)
Add all MappedRoleMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
MappedRoleMapper<T extends MappedRoleMapper<T>>
A RoleMapper definition for a RoleMapper that performs a mapping based on
configured map.
|
interface |
MappedRoleMapperConsumer<T extends MappedRoleMapper<T>> |
interface |
MappedRoleMapperSupplier<T extends MappedRoleMapper> |
Modifier and Type | Method and Description |
---|---|
MappedRoleMapper |
MappedRoleMapperSupplier.get()
Constructed instance of MappedRoleMapper resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.