Interface | Description |
---|---|
RoleMapper |
Determines the set of roles applicable for a management request.
|
Class | Description |
---|---|
DefaultPermissionFactory |
Default
PermissionFactory implementation that supports
the WildFly default role-based access control permission scheme. |
RunAsRoleMapper |
A
RoleMapper that allows clients to specify the roles they desire to run as. |
RunAsRolePermission |
A simple
Permission to allow code being executed without an associated remote to be granted the permission to execute
using a specified role. |
StandardRBACAuthorizer |
Standard
Authorizer implementation that uses a provided
RoleMapper to construct a DefaultPermissionFactory , with that permission factory
used for the permissions used by the superclass implementation . |
StandardRoleMapper |
A
RoleMapper that supports configuration from the WildFly management API. |
SuperUserRoleMapper |
A
RoleMapper that always maps the user to the role SUPERUSER. |
Enum | Description |
---|---|
StandardRole |
The standard roles in the WildFly management access control mechanism.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.