Package com.sun.identity.saml2.protocol
Interface NameIDMappingResponse
- All Superinterfaces:
StatusResponse,XmlSerializable
This class represents the NameIDMappingResponseType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="NameIDMappingResponseType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
<choice>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
</choice>
</extension>
</complexContent>
</complexType>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theencryptedIDproperty.Returns the value of thenameIDproperty.voidsetEncryptedID(EncryptedID value) Sets the value of theencryptedIDproperty.voidSets the value of thenameIDproperty.Methods inherited from interface com.sun.identity.saml2.protocol.StatusResponse
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, signMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getEncryptedID
EncryptedID getEncryptedID()Returns the value of theencryptedIDproperty.- Returns:
- the value of the
encryptedIDproperty.
-
setEncryptedID
Sets the value of theencryptedIDproperty.- Parameters:
value- the value of theencryptedIDproperty.- Throws:
com.sun.identity.saml2.common.SAML2Exception- ifObjectis immutable.
-
getNameID
NameID getNameID()Returns the value of thenameIDproperty.- Returns:
- the value of the
nameIDproperty.
-
setNameID
Sets the value of thenameIDproperty.- Parameters:
value- the value of thenameIDproperty.- Throws:
com.sun.identity.saml2.common.SAML2Exception- ifObjectis immutable.
-