Uses of Interface
org.opensaml.xacml.policy.DescriptionType
Packages that use DescriptionType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of DescriptionType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return DescriptionTypeModifier and TypeMethodDescriptionPolicySetType.getDescription()Gets the description for this policy set.PolicyType.getDescription()Gets the description for this policy.RuleType.getDescription()Gets the description of this rule.Methods in org.opensaml.xacml.policy with parameters of type DescriptionTypeModifier and TypeMethodDescriptionvoidPolicySetType.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. -
Uses of DescriptionType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement DescriptionTypeFields in org.opensaml.xacml.policy.impl declared as DescriptionTypeModifier and TypeFieldDescriptionprivate DescriptionTypePolicySetTypeImpl.descriptionPolicy set description.private DescriptionTypePolicyTypeImpl.descriptionPolicy description.private DescriptionTypeRuleTypeImpl.descriptionDscription of the rule.Methods in org.opensaml.xacml.policy.impl that return DescriptionTypeModifier and TypeMethodDescriptionDescriptionTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.DescriptionTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PolicySetTypeImpl.getDescription()Gets the description for this policy set.PolicyTypeImpl.getDescription()Gets the description for this policy.RuleTypeImpl.getDescription()Gets the description of this rule.Methods in org.opensaml.xacml.policy.impl with parameters of type DescriptionTypeModifier and TypeMethodDescriptionvoidPolicySetTypeImpl.setDescription(DescriptionType newDescription) Sets the description for this policy set.voidPolicyTypeImpl.setDescription(DescriptionType newDescription) Sets the description for this policy.voidRuleTypeImpl.setDescription(DescriptionType newDescription) Sets the description of this rule.