Uses of Interface
org.opensaml.xacml.policy.DescriptionType

Packages that use DescriptionType
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
 

Uses of DescriptionType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return DescriptionType
 DescriptionType PolicySetType.getDescription()
          Gets the description for this policy set.
 DescriptionType PolicyType.getDescription()
          Gets the description for this policy.
 DescriptionType RuleType.getDescription()
          Gets the description of this rule.
 

Methods in org.opensaml.xacml.policy with parameters of type DescriptionType
 void PolicySetType.setDescription(DescriptionType description)
          Sets the description for this policy set.
 void PolicyType.setDescription(DescriptionType description)
          Sets the description for this policy.
 void RuleType.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 DescriptionType
 class DescriptionTypeImpl
          Concrete implementation of DescriptionType.
 

Fields in org.opensaml.xacml.policy.impl declared as DescriptionType
private  DescriptionType RuleTypeImpl.description
          Dscription of the rule.
private  DescriptionType PolicySetTypeImpl.description
          Policy set description.
private  DescriptionType PolicyTypeImpl.description
          Policy description.
 

Methods in org.opensaml.xacml.policy.impl that return DescriptionType
 DescriptionType DescriptionTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 DescriptionType DescriptionTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 DescriptionType RuleTypeImpl.getDescription()
          Gets the description of this rule.
 DescriptionType PolicySetTypeImpl.getDescription()
          Gets the description for this policy set.
 DescriptionType PolicyTypeImpl.getDescription()
          Gets the description for this policy.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type DescriptionType
 void RuleTypeImpl.setDescription(DescriptionType newDescription)
          Sets the description of this rule.
 void PolicySetTypeImpl.setDescription(DescriptionType newDescription)
          Sets the description for this policy set.
 void PolicyTypeImpl.setDescription(DescriptionType newDescription)
          Sets the description for this policy.
 



Copyright © 1999-2013. All Rights Reserved.