Package com.sun.identity.saml2.protocol
Interface GetComplete
- All Superinterfaces:
XmlSerializable
This interface contains methods for the
GetComplete
Element in the SAMLv2 Protocol Schema.
GetComplete
Element specifies a URI which resolves to
the complete IDPList.-
Method Summary
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns the value of theGetComplete
URI.- Returns:
- value of the
GetComplete
URI. - See Also:
-
setValue
Sets the value of theGetComplete
URI.- Parameters:
value
- new value of theGetComplete
URI.- Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the object is immutable.- See Also:
-
makeImmutable
void makeImmutable()Makes this object immutable. -
isMutable
boolean isMutable()Returns true if object is mutable.- Returns:
- true if object is mutable.
-