Package | Description |
---|---|
org.wildfly.swarm.config.management.access | |
org.wildfly.swarm.config.management.access.role_mapping |
Modifier and Type | Method and Description |
---|---|
Include |
RoleMapping.RoleMappingResources.include(String key) |
Modifier and Type | Method and Description |
---|---|
List<Include> |
RoleMapping.RoleMappingResources.includes()
Get the list of Include resources
|
Modifier and Type | Method and Description |
---|---|
T |
RoleMapping.include(Include value)
Add the Include object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
RoleMapping.includes(List<Include> value)
Add all Include objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Include<T extends Include<T>>
An individual principal used within a role mapping.
|
interface |
IncludeConsumer<T extends Include<T>> |
interface |
IncludeSupplier<T extends Include> |
Modifier and Type | Method and Description |
---|---|
Include |
IncludeSupplier.get()
Constructed instance of Include resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.