public class ManageNameIDResponseImpl extends StatusResponseImpl implements ManageNameIDResponse
The following schema fragment specifies the expected content contained within this java content object.
<element name="ManageNameIDResponse" type="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType"/>
Modifier and Type | Field and Description |
---|---|
String |
elementName |
consent, destination, extensions, inResponseTo, isMutable, isSignatureValid, isSigned, issueInstant, issuer, publicKey, responseId, signatureString, signedXMLString, status, version
Constructor and Description |
---|
ManageNameIDResponseImpl()
Constructor to create
ManageNameIDResponse Object. |
ManageNameIDResponseImpl(Element element)
Constructor to create
ManageNameIDResponse Object. |
ManageNameIDResponseImpl(String xmlString)
Constructor to create
ManageNameIDResponse Object. |
Modifier and Type | Method and Description |
---|---|
String |
toXMLString()
Returns the
ManageNameIDResponse in an XML
document String format based on the ManageNameIDResponse
schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the
ManageNameIDResponse in an XML document
String format based on the ManageNameIDResponse schema
described above. |
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign, validateData, validateID, validateIssueInstant, validateStatus, validateVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign
public final String elementName
public ManageNameIDResponseImpl()
ManageNameIDResponse
Object.public ManageNameIDResponseImpl(Element element) throws SAML2Exception
ManageNameIDResponse
Object.element
- Document Element of
ManageNameIDRequest object.
SAML2Exception
- if ManageNameIDRequest cannot be created.
public ManageNameIDResponseImpl(String xmlString) throws SAML2Exception
ManageNameIDResponse
Object.xmlString
- XML Representation of
the ManageNameIDRequest object.
SAML2Exception
- if ManageNameIDRequest cannot be created.
public String toXMLString() throws SAML2Exception
ManageNameIDResponse
in an XML
document String format based on the ManageNameIDResponse
schema described above.toXMLString
in interface StatusResponse
toXMLString
in class StatusResponseImpl
ManageNameIDResponse
.SAML2Exception
- ,if it could not create String object.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
ManageNameIDResponse
in an XML document
String format based on the ManageNameIDResponse
schema
described above.toXMLString
in interface StatusResponse
toXMLString
in class StatusResponseImpl
includeNSPrefix
- Determines whether the namespace qualifier is
prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.ManageNameIDResponse
.SAML2Exception
- if it could not create String object.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.