Uses of Interface
org.opensaml.xacml.policy.AttributeDesignatorType
Packages that use AttributeDesignatorType
-
Uses of AttributeDesignatorType in org.opensaml.xacml.policy
Subinterfaces of AttributeDesignatorType in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterfaceXACML SubjectAttributeDesignator schema type.Methods in org.opensaml.xacml.policy that return AttributeDesignatorTypeModifier and TypeMethodDescriptionActionMatchType.getActionAttributeDesignator()Gets the action attribute designator for this match.EnvironmentMatchType.getEnvironmentAttributeDesignator()Gets the environment attribute designator for this match.ResourceMatchType.getResourceAttributeDesignator()Gets the resource attribute designator for this match.SubjectMatchType.getSubjectAttributeDesignator()Gets the subject attribute designator for this match.Methods in org.opensaml.xacml.policy with parameters of type AttributeDesignatorTypeModifier and TypeMethodDescriptionvoidActionMatchType.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.