Uses of Interface
org.opensaml.xacml.policy.TargetType
Packages that use TargetType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
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. -
Uses of TargetType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement TargetTypeFields in org.opensaml.xacml.policy.impl declared as TargetTypeModifier and TypeFieldDescriptionprivate TargetTypePolicySetTypeImpl.targetPolicy set target.private TargetTypePolicyTypeImpl.targetPolicy target.private TargetTypeRuleTypeImpl.targetThe rule target.Methods in org.opensaml.xacml.policy.impl that return TargetTypeModifier and TypeMethodDescriptionTargetTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.TargetTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.PolicySetTypeImpl.getTarget()Gets the target of this policy set.PolicyTypeImpl.getTarget()Gets the target of this policy.RuleTypeImpl.getTarget()Gets the target of this rule.Methods in org.opensaml.xacml.policy.impl with parameters of type TargetTypeModifier and TypeMethodDescriptionvoidPolicySetTypeImpl.setTarget(TargetType newTarget) Sets the target of this policy set.voidPolicyTypeImpl.setTarget(TargetType newTarget) Sets the target of this policy.voidRuleTypeImpl.setTarget(TargetType newTarget) Sets the target of this rule.