public class NameIDMappingResponseImpl extends StatusResponseImpl implements NameIDMappingResponse
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 |
---|
NameIDMappingResponseImpl()
Constructor to create
ManageNameIDResponse Object. |
NameIDMappingResponseImpl(Element element)
Constructor to create
ManageNameIDResponse Object. |
NameIDMappingResponseImpl(String xmlString)
Constructor to create
ManageNameIDResponse Object. |
Modifier and Type | Method and Description |
---|---|
EncryptedID |
getEncryptedID()
Returns the value of the
encryptedID property. |
NameID |
getNameID()
Returns the value of the
nameID property. |
void |
setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
setNameID(NameID value)
Sets the value of the
nameID property. |
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. |
protected void |
validateData() |
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign, 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 NameIDMappingResponseImpl()
ManageNameIDResponse
Object.public NameIDMappingResponseImpl(Element element) throws SAML2Exception
ManageNameIDResponse
Object.element
- Document Element of ManageNameIDRequest
object.
SAML2Exception
- if ManageNameIDRequest cannot be
created.
public NameIDMappingResponseImpl(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.public EncryptedID getEncryptedID()
encryptedID
property.getEncryptedID
in interface NameIDMappingResponse
encryptedID
property.setEncryptedID(EncryptedID)
public void setEncryptedID(EncryptedID value) throws SAML2Exception
encryptedID
property.setEncryptedID
in interface NameIDMappingResponse
value
- the value of the encryptedID
property.SAML2Exception
- if Object
is immutable.getEncryptedID()
public NameID getNameID()
nameID
property.getNameID
in interface NameIDMappingResponse
nameID
property.setNameID(NameID)
public void setNameID(NameID value) throws SAML2Exception
nameID
property.setNameID
in interface NameIDMappingResponse
value
- the value of the nameID
property.SAML2Exception
- if Object
is immutable.getNameID()
protected void validateData() throws SAML2Exception
validateData
in class StatusResponseImpl
SAML2Exception
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.