Uses of Interface
org.opensaml.xacml.policy.AttributeDesignatorType
Packages that use AttributeDesignatorType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
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. -
Uses of AttributeDesignatorType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement AttributeDesignatorTypeModifier and TypeClassDescriptionclassImplementation ofAttributeDesignatorType.classImplementation ofSubjectAttributeDesignatorType.Methods in org.opensaml.xacml.policy.impl that return AttributeDesignatorTypeModifier and TypeMethodDescriptionAttributeDesignatorTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.AttributeDesignatorTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ActionMatchTypeImpl.getActionAttributeDesignator()Gets the action attribute designator for this match.EnvironmentMatchTypeImpl.getEnvironmentAttributeDesignator()Gets the environment attribute designator for this match.ResourceMatchTypeImpl.getResourceAttributeDesignator()Gets the resource attribute designator for this match.SubjectMatchTypeImpl.getSubjectAttributeDesignator()Gets the subject attribute designator for this match.Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeDesignatorTypeModifier and TypeMethodDescriptionvoidActionMatchTypeImpl.setActionAttributeDesignator(AttributeDesignatorType attribute) Sets the action attribute designator for this match.voidEnvironmentMatchTypeImpl.setEnvironmentAttributeDesignator(AttributeDesignatorType attribute) Sets the environment attribute designator for this match.voidResourceMatchTypeImpl.setResourceAttributeDesignator(AttributeDesignatorType attribute) Sets the resource attribute designator for this match.voidSubjectMatchTypeImpl.setSubjectAttributeDesignator(AttributeDesignatorType attribute) Sets the subject attribute designator for this match.