Class GetCompleteImpl
- java.lang.Object
-
- com.sun.identity.saml2.protocol.impl.GetCompleteImpl
-
- All Implemented Interfaces:
GetComplete
public class GetCompleteImpl extends Object implements GetComplete
This class contains methods for theGetCompleteElement in the SAMLv2 Protocol Schema.GetCompleteElement specifies a URI which resolves to the complete IDPList.
-
-
Constructor Summary
Constructors Constructor Description GetCompleteImpl()Constructor createsGetCompleteobjectGetCompleteImpl(String xmlString)Constructor createsGetCompleteobjectGetCompleteImpl(Element element)Constructor createsGetCompleteobject
-
Method Summary
All Methods Instance Methods Concrete 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.StringtoXMLString()Returns a String representation of this Object.StringtoXMLString(boolean includeNSPrefix, boolean declareNS)Returns a String representation of this Object.
-
-
-
Constructor Detail
-
GetCompleteImpl
public GetCompleteImpl()
Constructor createsGetCompleteobject
-
GetCompleteImpl
public GetCompleteImpl(Element element) throws SAML2Exception
Constructor createsGetCompleteobject- Parameters:
element- the Document Element object.- Throws:
SAML2Exception- if error creatingGetCompleteobject.
-
GetCompleteImpl
public GetCompleteImpl(String xmlString) throws SAML2Exception
Constructor createsGetCompleteobject- Parameters:
xmlString- the XML String.- Throws:
SAML2Exception- if error creatingGetCompleteobject.
-
-
Method Detail
-
getValue
public String getValue()
Returns the value of theGetCompleteURI.- Specified by:
getValuein interfaceGetComplete- Returns:
- value of the
GetCompleteURI. - See Also:
setValue(String)
-
setValue
public void setValue(String value) throws SAML2Exception
Sets the value of theGetCompleteURI.- Specified by:
setValuein interfaceGetComplete- Parameters:
value- new value of theGetCompleteURI.- Throws:
SAML2Exception- if the object is immutable.- See Also:
getValue()
-
toXMLString
public String toXMLString() throws SAML2Exception
Returns a String representation of this Object.- Specified by:
toXMLStringin interfaceGetComplete- Returns:
- a String representation of this Object.
- Throws:
SAML2Exception- if cannot convert to String.
-
toXMLString
public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
Returns a String representation of this Object.- Specified by:
toXMLStringin interfaceGetComplete- 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:
makeImmutablein interfaceGetComplete
-
isMutable
public boolean isMutable()
Returns true if object is mutable.- Specified by:
isMutablein interfaceGetComplete- Returns:
- true if object is mutable.
-
-