Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ConstantPermissionMapper |
Elytron.ElytronResources.constantPermissionMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConstantPermissionMapper> |
Elytron.ElytronResources.constantPermissionMappers()
Get the list of ConstantPermissionMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantPermissionMapper(ConstantPermissionMapper value)
Add the ConstantPermissionMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.constantPermissionMappers(List<ConstantPermissionMapper> value)
Add all ConstantPermissionMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantPermissionMapper<T extends ConstantPermissionMapper<T>>
Definition of a permission mapper that always returns the same constant.
|
interface |
ConstantPermissionMapperConsumer<T extends ConstantPermissionMapper<T>> |
interface |
ConstantPermissionMapperSupplier<T extends ConstantPermissionMapper> |
Modifier and Type | Method and Description |
---|---|
ConstantPermissionMapper |
ConstantPermissionMapperSupplier.get()
Constructed instance of ConstantPermissionMapper resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.