Package | Description |
---|---|
org.wildfly.swarm.config.management | |
org.wildfly.swarm.config.management.access |
Modifier and Type | Method and Description |
---|---|
RoleMapping |
AuthorizationAccess.AuthorizationAccessResources.roleMapping(String key) |
Modifier and Type | Method and Description |
---|---|
List<RoleMapping> |
AuthorizationAccess.AuthorizationAccessResources.roleMappings()
Get the list of RoleMapping resources
|
Modifier and Type | Method and Description |
---|---|
T |
AuthorizationAccess.roleMapping(RoleMapping value)
Add the RoleMapping object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
AuthorizationAccess.roleMappings(List<RoleMapping> value)
Add all RoleMapping objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RoleMapping<T extends RoleMapping<T>>
A mapping of users and groups to a specific role.
|
interface |
RoleMappingConsumer<T extends RoleMapping<T>> |
interface |
RoleMappingSupplier<T extends RoleMapping> |
Modifier and Type | Method and Description |
---|---|
RoleMapping |
RoleMappingSupplier.get()
Constructed instance of RoleMapping resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.