Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ConstantRoleMapper |
Elytron.ElytronResources.constantRoleMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConstantRoleMapper> |
Elytron.ElytronResources.constantRoleMappers()
Get the list of ConstantRoleMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantRoleMapper(ConstantRoleMapper value)
Add the ConstantRoleMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantRoleMappers(List<ConstantRoleMapper> value)
Add all ConstantRoleMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantRoleMapper<T extends ConstantRoleMapper<T>>
A role mapper definition where a constant set of roles is always returned.
|
interface |
ConstantRoleMapperConsumer<T extends ConstantRoleMapper<T>> |
interface |
ConstantRoleMapperSupplier<T extends ConstantRoleMapper> |
Modifier and Type | Method and Description |
---|---|
ConstantRoleMapper |
ConstantRoleMapperSupplier.get()
Constructed instance of ConstantRoleMapper resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.