public class RequesterIDImpl extends Object implements RequesterID
AuthnRequest
message.Constructor and Description |
---|
RequesterIDImpl()
Constructor to create the
RequesterID Object. |
RequesterIDImpl(Element element)
Constructor to create the
RequesterID Object. |
RequesterIDImpl(String xmlString)
Constructor to create the
RequesterID Object. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the value of the
RequesterID URI. |
boolean |
isMutable()
Returns value true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setValue(String value)
Sets the value of the
RequesterID URI. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
public RequesterIDImpl()
RequesterID
Object.public RequesterIDImpl(Element element) throws SAML2Exception
RequesterID
Object.element
- Document Element of RequesterID
Object.SAML2Exception
- if RequesterID cannot be created.
public RequesterIDImpl(String xmlString) throws SAML2Exception
RequesterID
Object.xmlString
- XML String Representation of RequesterID
object.SAML2Exception
- if RequesterID cannot be created.
public String getValue()
RequesterID
URI.getValue
in interface RequesterID
RequesterID
URI.setValue(String)
public void setValue(String value) throws SAML2Exception
RequesterID
URI.setValue
in interface RequesterID
value
- of the RequesterID URI.
SAML2Exception
- if the object is immutable.getValue()
public String toXMLString() throws SAML2Exception
toXMLString
in interface RequesterID
SAML2Exception
- if cannot convert to String.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface RequesterID
includeNSPrefix
- determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS
- determines whether or not the namespace is declared
within the Element.SAML2Exception
- if cannot convert to String.public void makeImmutable()
makeImmutable
in interface RequesterID
public boolean isMutable()
isMutable
in interface RequesterID
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.