Uses of Interface
org.jboss.as.controller.access.rbac.RoleMapper
-
Packages that use RoleMapper Package Description org.jboss.as.controller.access.rbac -
-
Uses of RoleMapper in org.jboss.as.controller.access.rbac
Classes in org.jboss.as.controller.access.rbac that implement RoleMapper Modifier and Type Class Description classRunAsRoleMapperARoleMapperthat allows clients to specify the roles they desire to run as.classStandardRoleMapperARoleMapperthat supports configuration from the WildFly management API.classSuperUserRoleMapperARoleMapperthat always maps the user to the role SUPERUSER.Methods in org.jboss.as.controller.access.rbac with parameters of type RoleMapper Modifier and Type Method Description static StandardRBACAuthorizerStandardRBACAuthorizer. create(AuthorizerConfiguration configuration, RoleMapper roleMapper)Constructors in org.jboss.as.controller.access.rbac with parameters of type RoleMapper Constructor Description DefaultPermissionFactory(RoleMapper roleMapper, AuthorizerConfiguration authorizerConfiguration)Creates a newDefaultPermissionFactoryRunAsRoleMapper(RoleMapper realRoleMapper)
-