Interface AttributeDesignator

  • All Superinterfaces:
    SAMLObject, XMLObject
    All Known Subinterfaces:
    Attribute

    public interface AttributeDesignator
    extends SAMLObject
    This interface defines how the object representing a SAML 1 AttributeDesignator element behaves.
    • Method Detail

      • getAttributeName

        @Nullable
        String getAttributeName()
        Get the contents of the AttributeName attribute.
        Returns:
        the AttributeName attribute
      • setAttributeName

        void setAttributeName​(@Nullable
                              String attributeName)
        Set the contents of the AttributeName attribute.
        Parameters:
        attributeName - value to set
      • getAttributeNamespace

        @Nullable
        String getAttributeNamespace()
        Get the contents of the AttributeNamespace attribute.
        Returns:
        the AttributeNamespace attribute
      • setAttributeNamespace

        void setAttributeNamespace​(@Nullable
                                   String attributeNamespace)
        Set the contents of the AttributeNamespace attribute.
        Parameters:
        attributeNamespace - value to set