Interface RequesterID

    • Method Detail

      • setValue

        void setValue​(String value)
               throws SAML2Exception
        Sets the value of the RequesterID URI.
        Parameters:
        value - of the RequesterID URI.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getValue()
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

        boolean isMutable()
        Returns value true if object is mutable.
        Returns:
        true if object is mutable.