Uses of Interface
org.opensaml.xacml.policy.DescriptionType
-
Packages that use DescriptionType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of DescriptionType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return DescriptionType Modifier and Type Method Description DescriptionTypePolicySetType. getDescription()Gets the description for this policy set.DescriptionTypePolicyType. getDescription()Gets the description for this policy.DescriptionTypeRuleType. getDescription()Gets the description of this rule.Methods in org.opensaml.xacml.policy with parameters of type DescriptionType Modifier and Type Method Description voidPolicySetType. setDescription(DescriptionType description)Sets the description for this policy set.voidPolicyType. setDescription(DescriptionType description)Sets the description for this policy.voidRuleType. setDescription(DescriptionType description)Sets the description of this rule.
-