Package org.jboss.as.controller.access.rbac
-
Interface Summary Interface Description RoleMapper Determines the set of roles applicable for a management request. -
Class Summary Class Description DefaultPermissionFactory DefaultPermissionFactoryimplementation that supports the WildFly default role-based access control permission scheme.RunAsRoleMapper ARoleMapperthat allows clients to specify the roles they desire to run as.RunAsRolePermission A simplePermissionto allow code being executed without an associated remote to be granted the permission to execute using a specified role.StandardRBACAuthorizer StandardAuthorizerimplementation that uses a providedRoleMapperto construct aDefaultPermissionFactory, with that permission factory used for the permissions used by thesuperclass implementation.StandardRoleMapper ARoleMapperthat supports configuration from the WildFly management API.SuperUserRoleMapper ARoleMapperthat always maps the user to the role SUPERUSER. -
Enum Summary Enum Description StandardRole The standard roles in the WildFly management access control mechanism. -
Exception Summary Exception Description UnknowRoleException