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 RuleType.getDescription()
          Gets the description of this rule.
 DescriptionType PolicyType.getDescription()
          Gets the description for this policy.
 DescriptionType PolicySetType.getDescription()
          Gets the description for this policy set.
 

Methods in org.opensaml.xacml.policy with parameters of type DescriptionType
 void RuleType.setDescription(DescriptionType description)
          Sets the description of this rule.
 void PolicyType.setDescription(DescriptionType description)
          Sets the description for this policy.
 void PolicySetType.setDescription(DescriptionType description)
          Sets the description for this policy set.
 

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.
 

Methods in org.opensaml.xacml.policy.impl that return DescriptionType
 DescriptionType DescriptionTypeImplBuilder.buildObject()
          
 DescriptionType DescriptionTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 DescriptionType RuleTypeImpl.getDescription()
          Gets the description of this rule.
 DescriptionType PolicyTypeImpl.getDescription()
          Gets the description for this policy.
 DescriptionType PolicySetTypeImpl.getDescription()
          Gets the description for this policy set.
 

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



Copyright © 2006-2010 Internet2. All Rights Reserved.