Uses of Interface
org.opensaml.xacml.policy.AttributeDesignatorType
-
Packages that use AttributeDesignatorType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of AttributeDesignatorType in org.opensaml.xacml.policy
Subinterfaces of AttributeDesignatorType in org.opensaml.xacml.policy Modifier and Type Interface Description interfaceSubjectAttributeDesignatorTypeXACML SubjectAttributeDesignator schema type.Methods in org.opensaml.xacml.policy that return AttributeDesignatorType Modifier and Type Method Description AttributeDesignatorTypeActionMatchType. getActionAttributeDesignator()Gets the action attribute designator for this match.AttributeDesignatorTypeEnvironmentMatchType. getEnvironmentAttributeDesignator()Gets the environment attribute designator for this match.AttributeDesignatorTypeResourceMatchType. getResourceAttributeDesignator()Gets the resource attribute designator for this match.AttributeDesignatorTypeSubjectMatchType. getSubjectAttributeDesignator()Gets the subject attribute designator for this match.Methods in org.opensaml.xacml.policy with parameters of type AttributeDesignatorType Modifier and Type Method Description voidActionMatchType. setActionAttributeDesignator(AttributeDesignatorType attribute)Sets the action attribute designator for this match.voidEnvironmentMatchType. setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)Sets the environment attribute designator for this match.voidResourceMatchType. setResourceAttributeDesignator(AttributeDesignatorType attribute)Sets the resource attribute designator for this match.voidSubjectMatchType. setSubjectAttributeDesignator(AttributeDesignatorType attribute)Sets the subject attribute designator for this match.
-