Uses of Interface
org.jboss.as.controller.access.constraint.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.jboss.as.controller.access.constraint
Classes in org.jboss.as.controller.access.constraint that implement ConstraintModifier and TypeClassDescriptionclassBase class forConstraintimplementations.classA constraint meant for use in situations where the Action or Target "is" or "is not" something and the user "allows" or "allowsNot".classclassConstraintrelated to whether a resource, attribute or operation is related to administrative audit logging.classConstraint related to whether the target resource is associated with one or more managed domain hosts.classConstraintrelated to whether a resource, attribute or operation is NOT related to administrative audit logging.classConstraintrelated to whether a resource, attribute or operation is considered security sensitive.classConstraintrelated to whether an attribute is considered security sensitive because it contains a vault expression.classConstraint related to whether the target resource is associated with one or more managed domain server groups.classAConstraintfor writing to the top level standard roles i.e.Methods in org.jboss.as.controller.access.constraint that return ConstraintModifier and TypeMethodDescriptionHostEffectConstraint.getOutofScopeReadConstraint()ScopingConstraint.getOutofScopeReadConstraint()Get a constraint that should be used for reads of resources that are outside the scope of the constraint.ServerGroupEffectConstraint.getOutofScopeReadConstraint()ApplicationTypeConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetAttribute target) ApplicationTypeConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetResource target) ApplicationTypeConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect, JmxAction action, JmxTarget target) ConstraintFactory.getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetAttribute target) Provides a constraint appropriate for the givenactionandtargetConstraintFactory.getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetResource target) Provides a constraint appropriate for the givenactionandtargetConstraintFactory.getRequiredConstraint(Action.ActionEffect actionEffect, JmxAction action, JmxTarget target) Provides a constraint appropriate for the givenactionandtargetSensitiveTargetConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetAttribute target) SensitiveTargetConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect, Action action, TargetResource target) SensitiveTargetConstraint.Factory.getRequiredConstraint(Action.ActionEffect actionEffect, JmxAction action, JmxTarget target) HostEffectConstraint.getStandardConstraint()ScopingConstraint.getStandardConstraint()ServerGroupEffectConstraint.getStandardConstraint()ApplicationTypeConstraint.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) Methods in org.jboss.as.controller.access.constraint with parameters of type ConstraintModifier and TypeMethodDescriptionbooleanAbstractConstraint.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 ConstraintModifier and TypeMethodDescriptionSimpleManagementPermission.createScopedPermission(Constraint constraint, int constraintIndex) Constructors in org.jboss.as.controller.access.permission with parameters of type ConstraintModifierConstructorDescriptionSimpleManagementPermission(Action.ActionEffect actionEffect, Constraint... constraints) Constructor parameters in org.jboss.as.controller.access.permission with type arguments of type ConstraintModifierConstructorDescriptionSimpleManagementPermission(Action.ActionEffect actionEffect, List<Constraint> constraints) Constructs a permission with the specified name.