public interface GetComplete
GetComplete
Element in the SAMLv2 Protocol Schema.
GetComplete
Element specifies a URI which resolves to
the complete IDPList.Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the value of the
GetComplete URI. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setValue(String value)
Sets the value of the
GetComplete URI. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
String getValue()
GetComplete
URI.GetComplete
URI.GetComplete.setValue(String)
void setValue(String value) throws SAML2Exception
GetComplete
URI.value
- new value of the GetComplete
URI.SAML2Exception
- if the object is immutable.GetComplete.getValue()
String toXMLString() throws SAML2Exception
SAML2Exception
- if cannot convert to String.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
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.SAML2Exception
- if cannot convert to String.void makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.