Uses of Interface
org.opensaml.xacml.policy.ConditionType
Packages that use ConditionType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ConditionType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return ConditionTypeMethods in org.opensaml.xacml.policy with parameters of type ConditionTypeModifier and TypeMethodDescriptionvoidRuleType.setCondition(ConditionType condition) Sets the condition for this rule. -
Uses of ConditionType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ConditionTypeFields in org.opensaml.xacml.policy.impl declared as ConditionTypeModifier and TypeFieldDescriptionprivate ConditionTypeRuleTypeImpl.conditionCondition of the policy.Methods in org.opensaml.xacml.policy.impl that return ConditionTypeModifier and TypeMethodDescriptionConditionTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ConditionTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.RuleTypeImpl.getCondition()Gets the condition for this rule.Methods in org.opensaml.xacml.policy.impl with parameters of type ConditionTypeModifier and TypeMethodDescriptionvoidRuleTypeImpl.setCondition(ConditionType newCondition) Sets the condition for this rule.