Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
LogicalPermissionMapper |
Elytron.ElytronResources.logicalPermissionMapper(String key) |
Modifier and Type | Method and Description |
---|---|
List<LogicalPermissionMapper> |
Elytron.ElytronResources.logicalPermissionMappers()
Get the list of LogicalPermissionMapper resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.logicalPermissionMapper(LogicalPermissionMapper value)
Add the LogicalPermissionMapper object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.logicalPermissionMappers(List<LogicalPermissionMapper> value)
Add all LogicalPermissionMapper objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LogicalPermissionMapper<T extends LogicalPermissionMapper<T>>
Definition of a logical permission mapper.
|
interface |
LogicalPermissionMapperConsumer<T extends LogicalPermissionMapper<T>> |
interface |
LogicalPermissionMapperSupplier<T extends LogicalPermissionMapper> |
Modifier and Type | Method and Description |
---|---|
LogicalPermissionMapper |
LogicalPermissionMapperSupplier.get()
Constructed instance of LogicalPermissionMapper resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.