Uses of Interface
org.jboss.as.controller.access.constraint.Constraint
-
Packages that use Constraint Package Description org.jboss.as.controller.access.constraint org.jboss.as.controller.access.permission -
-
Uses of Constraint in org.jboss.as.controller.access.constraint
Classes in org.jboss.as.controller.access.constraint that implement Constraint Modifier and Type Class Description classAbstractConstraintBase class forConstraintimplementations.classAllowAllowNotConstraintA constraint meant for use in situations where the Action or Target "is" or "is not" something and the user "allows" or "allowsNot".classApplicationTypeConstraintclassAuditConstraintConstraintrelated to whether a resource, attribute or operation is related to administrative audit logging.classHostEffectConstraintConstraint related to whether the target resource is associated with one or more managed domain hosts.classNonAuditConstraintConstraintrelated to whether a resource, attribute or operation is NOT related to administrative audit logging.classSensitiveTargetConstraintConstraintrelated to whether a resource, attribute or operation is considered security sensitive.classSensitiveVaultExpressionConstraintConstraintrelated to whether an attribute is considered security sensitive because it contains a vault expression.classServerGroupEffectConstraintConstraint related to whether the target resource is associated with one or more managed domain server groups.classTopRoleConstraintAConstraintfor writing to the top level standard roles i.e.Methods in org.jboss.as.controller.access.constraint that return Constraint Modifier and Type Method Description ConstraintHostEffectConstraint. getOutofScopeReadConstraint()ConstraintScopingConstraint. getOutofScopeReadConstraint()Get a constraint that should be used for reads of resources that are outside the scope of the constraint.ConstraintServerGroupEffectConstraint. getOutofScopeReadConstraint()ConstraintApplicationTypeConstraint.Factory. getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetAttribute target)ConstraintApplicationTypeConstraint.Factory. getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetResource target)ConstraintApplicationTypeConstraint.Factory. getRequiredConstraint(Action.ActionEffect actionEffect, JmxAction action, JmxTarget target)ConstraintConstraintFactory. getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetAttribute target)Provides a constraint appropriate for the givenactionandtargetConstraintConstraintFactory. getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetResource target)Provides a constraint appropriate for the givenactionandtargetConstraintConstraintFactory. getRequiredConstraint(Action.ActionEffect actionEffect, JmxAction action, JmxTarget target)Provides a constraint appropriate for the givenactionandtargetConstraintSensitiveTargetConstraint.Factory. getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetAttribute target)ConstraintSensitiveTargetConstraint.Factory. getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetResource target)ConstraintSensitiveTargetConstraint.Factory. getRequiredConstraint(Action.ActionEffect actionEffect, JmxAction action, JmxTarget target)ConstraintHostEffectConstraint. getStandardConstraint()ConstraintScopingConstraint. getStandardConstraint()ConstraintServerGroupEffectConstraint. getStandardConstraint()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)Methods in org.jboss.as.controller.access.constraint with parameters of type Constraint Modifier and Type Method Description booleanAbstractConstraint. replaces(Constraint other)Gets whether this constraint is equivalent to and can thus replace another constraint in aManagementPermission.booleanConstraint. replaces(Constraint other)Gets whether this constraint is equivalent to and can thus replace another constraint in aManagementPermission.booleanHostEffectConstraint. replaces(Constraint other)booleanServerGroupEffectConstraint. replaces(Constraint other)booleanAllowAllowNotConstraint. violates(Constraint other, Action.ActionEffect actionEffect)booleanConstraint. violates(Constraint other, Action.ActionEffect actionEffect)Gets whether this constraint violates another constraintbooleanHostEffectConstraint. violates(Constraint other, Action.ActionEffect actionEffect)booleanServerGroupEffectConstraint. violates(Constraint other, Action.ActionEffect actionEffect) -
Uses of Constraint in org.jboss.as.controller.access.permission
Methods in org.jboss.as.controller.access.permission with parameters of type Constraint Modifier and Type Method Description ManagementPermissionSimpleManagementPermission. createScopedPermission(Constraint constraint, int constraintIndex)Constructors in org.jboss.as.controller.access.permission with parameters of type Constraint Constructor Description SimpleManagementPermission(Action.ActionEffect actionEffect, Constraint... constraints)Constructor parameters in org.jboss.as.controller.access.permission with type arguments of type Constraint Constructor Description SimpleManagementPermission(Action.ActionEffect actionEffect, List<Constraint> constraints)Constructs a permission with the specified name.
-