Package com.sun.identity.saml2.protocol
Interface GetComplete
-
- All Superinterfaces:
XmlSerializable
@SupportedAll public interface GetComplete extends XmlSerializable
This interface contains methods for theGetCompleteElement in the SAMLv2 Protocol Schema.GetCompleteElement specifies a URI which resolves to the complete IDPList.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Returns the value of theGetCompleteURI.booleanisMutable()Returns true if object is mutable.voidmakeImmutable()Makes this object immutable.voidsetValue(String value)Sets the value of theGetCompleteURI.-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value of theGetCompleteURI.- Returns:
- value of the
GetCompleteURI. - See Also:
setValue(String)
-
setValue
void setValue(String value) throws SAML2Exception
Sets the value of theGetCompleteURI.- Parameters:
value- new value of theGetCompleteURI.- Throws:
SAML2Exception- if the object is immutable.- See Also:
getValue()
-
makeImmutable
void makeImmutable()
Makes this object immutable.
-
isMutable
boolean isMutable()
Returns true if object is mutable.- Returns:
- true if object is mutable.
-
-