Class GetCompleteImpl

  • All Implemented Interfaces:
    GetComplete

    public class GetCompleteImpl
    extends Object
    implements GetComplete
    This class contains methods for the GetComplete Element in the SAMLv2 Protocol Schema. GetComplete Element specifies a URI which resolves to the complete IDPList.
    • Constructor Detail

      • GetCompleteImpl

        public GetCompleteImpl()
        Constructor creates GetComplete object
      • GetCompleteImpl

        public GetCompleteImpl​(Element element)
                        throws SAML2Exception
        Constructor creates GetComplete object
        Parameters:
        element - the Document Element object.
        Throws:
        SAML2Exception - if error creating GetComplete object.
      • GetCompleteImpl

        public GetCompleteImpl​(String xmlString)
                        throws SAML2Exception
        Constructor creates GetComplete object
        Parameters:
        xmlString - the XML String.
        Throws:
        SAML2Exception - if error creating GetComplete object.
    • Method Detail

      • toXMLString

        public String toXMLString​(boolean includeNSPrefix,
                                  boolean declareNS)
                           throws SAML2Exception
        Returns a String representation of this Object.
        Specified by:
        toXMLString in interface GetComplete
        Parameters:
        includeNSPrefix - determines whether or not the namespace qualifier is prepended to the Element when converted.
        declareNS - determines whether or not the namespace is declared. within the Element.
        Returns:
        String representation of this object.
        Throws:
        SAML2Exception - if cannot convert to String.
      • makeImmutable

        public void makeImmutable()
        Makes this object immutable.
        Specified by:
        makeImmutable in interface GetComplete
      • isMutable

        public boolean isMutable()
        Returns true if object is mutable.
        Specified by:
        isMutable in interface GetComplete
        Returns:
        true if object is mutable.