Uses of Interface
org.opensaml.xacml.policy.TargetType
-
Packages that use TargetType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of TargetType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return TargetType Modifier and Type Method Description TargetTypePolicySetType. getTarget()Gets the target of this policy set.TargetTypePolicyType. getTarget()Gets the target of this policy.TargetTypeRuleType. getTarget()Gets the target of this rule.Methods in org.opensaml.xacml.policy with parameters of type TargetType Modifier and Type Method Description voidPolicySetType. setTarget(TargetType target)Sets the target of this policy set.voidPolicyType. setTarget(TargetType target)Sets the target of this policy.voidRuleType. setTarget(TargetType target)Sets the target of this rule.
-