Uses of Enum Class
org.jboss.as.controller.access.rbac.StandardRole
Packages that use StandardRole
-
Uses of StandardRole in org.jboss.as.controller.access.constraint
Methods in org.jboss.as.controller.access.constraint with parameters of type StandardRoleModifier and TypeMethodDescriptionApplicationTypeConstraint.Factory.getStandardUserConstraint(StandardRole role, Action.ActionEffect actionEffect) ConstraintFactory.getStandardUserConstraint(StandardRole role, Action.ActionEffect actionEffect) Provides a constraint suitable for the givenrolein the standard WildFly role based access control system.SensitiveTargetConstraint.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 StandardRoleModifier and TypeMethodDescriptionstatic StandardRoleReturns the enum constant of this class with the specified name.static StandardRole[]StandardRole.values()Returns an array containing the constants of this enum class, in the order they are declared.