Uses of Interface
org.jboss.as.controller.access.AuthorizerConfiguration.RoleMapping
-
Packages that use AuthorizerConfiguration.RoleMapping Package Description org.jboss.as.controller.access org.jboss.as.controller.access.management -
-
Uses of AuthorizerConfiguration.RoleMapping in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return types with arguments of type AuthorizerConfiguration.RoleMapping Modifier and Type Method Description Map<String,AuthorizerConfiguration.RoleMapping>AuthorizerConfiguration. getRoleMappings()Gets the configured role mappings, keyed by the name of the role. -
Uses of AuthorizerConfiguration.RoleMapping in org.jboss.as.controller.access.management
Methods in org.jboss.as.controller.access.management that return types with arguments of type AuthorizerConfiguration.RoleMapping Modifier and Type Method Description Map<String,AuthorizerConfiguration.RoleMapping>WritableAuthorizerConfiguration. getRoleMappings()
-