Uses of Class
org.jboss.as.controller.access.rbac.StandardRole
-
Packages that use StandardRole Package Description org.jboss.as.controller.access.constraint org.jboss.as.controller.access.rbac -
-
Uses of StandardRole in org.jboss.as.controller.access.constraint
Methods in org.jboss.as.controller.access.constraint with parameters of type StandardRole Modifier and Type Method Description ConstraintApplicationTypeConstraint.Factory. getStandardUserConstraint(StandardRole role, Action.ActionEffect actionEffect)ConstraintConstraintFactory. getStandardUserConstraint(StandardRole role, Action.ActionEffect actionEffect)Provides a constraint suitable for the givenrolein the standard WildFly role based access control system.ConstraintSensitiveTargetConstraint.Factory. getStandardUserConstraint(StandardRole role, Action.ActionEffect actionEffect) -
Uses of StandardRole in org.jboss.as.controller.access.rbac
Methods in org.jboss.as.controller.access.rbac that return StandardRole Modifier and Type Method Description static StandardRoleStandardRole. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardRole[]StandardRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-