Uses of Class
org.iam.policy.grammer.Condition
Packages that use Condition
-
Uses of Condition in org.iam.policy.grammer
Fields in org.iam.policy.grammer with type parameters of type ConditionMethods in org.iam.policy.grammer that return types with arguments of type ConditionModifier and TypeMethodDescriptionConditionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context) Deserializes JSON into a list of Condition objects.Statement.getCondition()Method parameters in org.iam.policy.grammer with type arguments of type ConditionConstructors in org.iam.policy.grammer with parameters of type Condition -
Uses of Condition in org.iam.policy.model
Subclasses of Condition in org.iam.policy.modelModifier and TypeClassDescriptionclassMCPCondition extends Condition and implements MCPVar for symbolic encoding.Constructors in org.iam.policy.model with parameters of type ConditionModifierConstructorDescriptionMCPCondition(Condition other) Constructs an MCPCondition by copying from another Condition.