Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
PermissionSet |
Elytron.ElytronResources.permissionSet(String key) |
Modifier and Type | Method and Description |
---|---|
List<PermissionSet> |
Elytron.ElytronResources.permissionSets()
Get the list of PermissionSet resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.permissionSet(PermissionSet value)
Add the PermissionSet object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.permissionSets(List<PermissionSet> value)
Add all PermissionSet objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionSet<T extends PermissionSet<T>>
Definition of a permission set.
|
interface |
PermissionSetConsumer<T extends PermissionSet<T>> |
interface |
PermissionSetSupplier<T extends PermissionSet> |
Modifier and Type | Method and Description |
---|---|
PermissionSet |
PermissionSetSupplier.get()
Constructed instance of PermissionSet resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.