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

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

Uses of TargetType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return TargetType
 TargetType RuleType.getTarget()
          Gets the target of this rule.
 TargetType PolicyType.getTarget()
          Gets the target of this policy.
 TargetType PolicySetType.getTarget()
          Gets the target of this policy set.
 

Methods in org.opensaml.xacml.policy with parameters of type TargetType
 void RuleType.setTarget(TargetType target)
          Sets the target of this rule.
 void PolicyType.setTarget(TargetType target)
          Sets the target of this policy.
 void PolicySetType.setTarget(TargetType target)
          Sets the target of this policy set.
 

Uses of TargetType in org.opensaml.xacml.policy.impl
 

Classes in org.opensaml.xacml.policy.impl that implement TargetType
 class TargetTypeImpl
          Implementing TargetType.
 

Methods in org.opensaml.xacml.policy.impl that return TargetType
 TargetType TargetTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 TargetType TargetTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 TargetType PolicySetTypeImpl.getTarget()
          Gets the target of this policy set.
 TargetType RuleTypeImpl.getTarget()
          Gets the target of this rule.
 TargetType PolicyTypeImpl.getTarget()
          Gets the target of this policy.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type TargetType
 void PolicySetTypeImpl.setTarget(TargetType newTarget)
          Sets the target of this policy set.
 void RuleTypeImpl.setTarget(TargetType newTarget)
          Sets the target of this rule.
 void PolicyTypeImpl.setTarget(TargetType newTarget)
          Sets the target of this policy.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.