Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
AddSuffixRoleMapper |
Elytron.ElytronResources.addSuffixRoleMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<AddSuffixRoleMapper> |
Elytron.ElytronResources.addSuffixRoleMappers()
Get the list of AddSuffixRoleMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.addSuffixRoleMapper(AddSuffixRoleMapper value)
Add the AddSuffixRoleMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.addSuffixRoleMappers(List<AddSuffixRoleMapper> value)
Add all AddSuffixRoleMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
AddSuffixRoleMapper<T extends AddSuffixRoleMapper<T>>
A role mapper definition for a role mapper that adds a suffix to each
provided.
|
interface |
AddSuffixRoleMapperConsumer<T extends AddSuffixRoleMapper<T>> |
interface |
AddSuffixRoleMapperSupplier<T extends AddSuffixRoleMapper> |
Modifier and Type | Method and Description |
---|---|
AddSuffixRoleMapper |
AddSuffixRoleMapperSupplier.get()
Constructed instance of AddSuffixRoleMapper resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.