Uses of Enum Class
org.jboss.as.controller.access.Action.ActionEffect
Packages that use Action.ActionEffect
Package
Description
-
Uses of Action.ActionEffect in org.jboss.as.controller
Method parameters in org.jboss.as.controller with type arguments of type Action.ActionEffectModifier and TypeMethodDescriptionOperationContext.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 operationOperationContext.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.ActionEffectModifier and TypeMethodDescriptionstatic Action.ActionEffectReturns the enum constant of this class with the specified name.static Action.ActionEffect[]Action.ActionEffect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.access that return types with arguments of type Action.ActionEffectModifier and TypeMethodDescriptionAction.getActionEffects()JmxAction.getActionEffects()Gets the effects of this action.Methods in org.jboss.as.controller.access with parameters of type Action.ActionEffectModifier and TypeMethodDescriptionResourceAuthorization.getAttributeResult(String attribute, Action.ActionEffect actionEffect) Get the authorization result for an individual attribute.ResourceAuthorization.getResourceResult(Action.ActionEffect actionEffect) Get the authorization result for the entire resource for the given effect.Action.limitAction(Action.ActionEffect requiredEffect) Constructor parameters in org.jboss.as.controller.access with type arguments of type Action.ActionEffectModifierConstructorDescriptionAction(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.ActionEffectModifier and TypeMethodDescriptionApplicationTypeConstraint.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) 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) 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.ActionEffectConstructors in org.jboss.as.controller.access.permission with parameters of type Action.ActionEffectModifierConstructorDescriptionCombinationManagementPermission(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.ActionEffectModifier and TypeMethodDescriptionbooleanStandardRole.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.ActionEffectModifier and TypeFieldDescriptionstatic final Set<Action.ActionEffect>GenericSubsystemDescribeHandler.DESCRIBE_EFFECTS