Class AbstractXACMLObject

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xacml.impl.AbstractXACMLObject
All Implemented Interfaces:
XMLObject, XACMLObject
Direct Known Subclasses:
ActionMatchTypeImpl, ActionsTypeImpl, ActionTypeImpl, ActionTypeImpl, ApplyTypeImpl, AttributeDesignatorTypeImpl, AttributeSelectorTypeImpl, AttributeTypeImpl, AttributeValueTypeImpl, AttributeValueTypeImpl, CombinerParametersTypeImpl, CombinerParameterTypeImpl, ConditionTypeImpl, DecisionTypeImpl, DefaultsTypeImpl, DescriptionTypeImpl, EnvironmentMatchTypeImpl, EnvironmentsTypeImpl, EnvironmentTypeImpl, EnvironmentTypeImpl, FunctionTypeImpl, MissingAttributeDetailTypeImpl, ObligationsTypeImpl, ObligationTypeImpl, PolicySetTypeImpl, PolicyTypeImpl, RequestTypeImpl, ResourceContentTypeImpl, ResourceMatchTypeImpl, ResourcesTypeImpl, ResourceTypeImpl, ResourceTypeImpl, ResponseTypeImpl, ResultTypeImpl, RuleTypeImpl, StatusCodeTypeImpl, StatusDetailTypeImpl, StatusMessageTypeImpl, StatusTypeImpl, SubjectMatchTypeImpl, SubjectsTypeImpl, SubjectTypeImpl, SubjectTypeImpl, TargetTypeImpl, VariableDefinitionTypeImpl, VariableReferenceTypeImpl

public abstract class AbstractXACMLObject extends AbstractXMLObject implements XACMLObject
An abstract implementation of XACMLObject.
  • Constructor Details

    • AbstractXACMLObject

      protected AbstractXACMLObject(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace