Uses of Interface
org.opensaml.xacml.policy.TargetType
Packages that use TargetType
-
Uses of TargetType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return TargetTypeModifier and TypeMethodDescriptionPolicySetType.getTarget()Gets the target of this policy set.PolicyType.getTarget()Gets the target of this policy.RuleType.getTarget()Gets the target of this rule.Methods in org.opensaml.xacml.policy with parameters of type TargetTypeModifier and TypeMethodDescriptionvoidPolicySetType.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.