Uses of Class
org.jboss.as.controller.access.Action.ActionEffect
-
-
Uses of Action.ActionEffect in org.jboss.as.controller
Method parameters in org.jboss.as.controller with type arguments of type Action.ActionEffect Modifier and Type Method Description AuthorizationResultOperationContext. authorize(org.jboss.dmr.ModelNode operation, String attribute, org.jboss.dmr.ModelNode currentValue, Set<Action.ActionEffect> effects)Check for authorization to read or modify an attribute, limiting the check to the given effects of the operationAuthorizationResultOperationContext. authorize(org.jboss.dmr.ModelNode operation, Set<Action.ActionEffect> effects)Check for authorization of the given effects for the given operation. -
Uses of Action.ActionEffect in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return Action.ActionEffect Modifier and Type Method Description static Action.ActionEffectAction.ActionEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static Action.ActionEffect[]Action.ActionEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.access that return types with arguments of type Action.ActionEffect Modifier and Type Method Description Set<Action.ActionEffect>Action. getActionEffects()Set<Action.ActionEffect>JmxAction. getActionEffects()Gets the effects of this action.Methods in org.jboss.as.controller.access with parameters of type Action.ActionEffect Modifier and Type Method Description AuthorizationResultResourceAuthorization. getAttributeResult(String attribute, Action.ActionEffect actionEffect)Get the authorization result for an individual attribute.AuthorizationResultResourceAuthorization. getResourceResult(Action.ActionEffect actionEffect)Get the authorization result for the entire resource for the given effect.ActionAction. limitAction(Action.ActionEffect requiredEffect)Constructor parameters in org.jboss.as.controller.access with type arguments of type Action.ActionEffect Constructor Description Action(org.jboss.dmr.ModelNode operation, OperationEntry operationEntry, Set<Action.ActionEffect> effects) -
Uses of Action.ActionEffect in org.jboss.as.controller.access.constraint
Methods in org.jboss.as.controller.access.constraint with parameters of type Action.ActionEffect Modifier and Type Method Description 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)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)booleanAbstractSensitivity. isSensitive(Action.ActionEffect actionEffect)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 Action.ActionEffect in org.jboss.as.controller.access.permission
Methods in org.jboss.as.controller.access.permission that return Action.ActionEffect Modifier and Type Method Description Action.ActionEffectManagementPermission. getActionEffect()Constructors in org.jboss.as.controller.access.permission with parameters of type Action.ActionEffect Constructor Description CombinationManagementPermission(CombinationPolicy combinationPolicy, Action.ActionEffect actionEffect)SimpleManagementPermission(Action.ActionEffect actionEffect, List<Constraint> constraints)Constructs a permission with the specified name.SimpleManagementPermission(Action.ActionEffect actionEffect, Constraint... constraints) -
Uses of Action.ActionEffect in org.jboss.as.controller.access.rbac
Methods in org.jboss.as.controller.access.rbac with parameters of type Action.ActionEffect Modifier and Type Method Description booleanStandardRole. isActionEffectAllowed(Action.ActionEffect actionEffect) -
Uses of Action.ActionEffect in org.jboss.as.controller.operations.common
Fields in org.jboss.as.controller.operations.common with type parameters of type Action.ActionEffect Modifier and Type Field Description static Set<Action.ActionEffect>GenericSubsystemDescribeHandler. DESCRIBE_EFFECTS
-