OpenSAML-J 2.4.1-redhat-3

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

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

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 PolicySetTypeImpl.getDescription()
          Gets the description for this policy set.
 DescriptionType RuleTypeImpl.getDescription()
          Gets the description of this rule.
 DescriptionType PolicyTypeImpl.getDescription()
          Gets the description for this policy.
 

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


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.