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 PolicySetType.getTarget()
          Gets the target of this policy set.
 TargetType PolicyType.getTarget()
          Gets the target of this policy.
 TargetType RuleType.getTarget()
          Gets the target of this rule.
 

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

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

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

Fields in org.opensaml.xacml.policy.impl declared as TargetType
private  TargetType RuleTypeImpl.target
          The rule target.
private  TargetType PolicySetTypeImpl.target
          Policy set target.
private  TargetType PolicyTypeImpl.target
          Policy target.
 

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

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



Copyright © 1999-2013. All Rights Reserved.