Package | Description |
---|---|
org.jboss.as.controller.access.constraint | |
org.jboss.as.controller.access.rbac |
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintFactory.getStandardUserConstraint(StandardRole role,
Action.ActionEffect actionEffect)
Provides a constraint suitable for the given
role in the standard WildFly
role based access control system. |
Constraint |
SensitiveTargetConstraint.Factory.getStandardUserConstraint(StandardRole role,
Action.ActionEffect actionEffect) |
Constraint |
ApplicationTypeConstraint.Factory.getStandardUserConstraint(StandardRole role,
Action.ActionEffect actionEffect) |
Modifier and Type | Method and Description |
---|---|
static StandardRole |
StandardRole.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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.