Uses of Interface
org.jboss.as.controller.access.rbac.RoleMapper
Packages that use RoleMapper
-
Uses of RoleMapper in org.jboss.as.controller.access.rbac
Classes in org.jboss.as.controller.access.rbac that implement RoleMapperModifier and TypeClassDescriptionclassARoleMapperthat allows clients to specify the roles they desire to run as.classARoleMapperthat supports configuration from the WildFly management API.classARoleMapperthat always maps the user to the role SUPERUSER.Methods in org.jboss.as.controller.access.rbac with parameters of type RoleMapperModifier and TypeMethodDescriptionstatic StandardRBACAuthorizerStandardRBACAuthorizer.create(AuthorizerConfiguration configuration, RoleMapper roleMapper) Constructors in org.jboss.as.controller.access.rbac with parameters of type RoleMapperModifierConstructorDescriptionDefaultPermissionFactory(RoleMapper roleMapper, AuthorizerConfiguration authorizerConfiguration) Creates a newDefaultPermissionFactoryRunAsRoleMapper(RoleMapper realRoleMapper)