Class NameIDMappingResponseType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.StatusResponseType
eu.europa.esig.saml.jaxb.protocol.NameIDMappingResponseType
- All Implemented Interfaces:
Serializable
Java class for NameIDMappingResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.saml.jaxb.protocol.StatusResponseType
consent, destination, extensions, id, inResponseTo, issueInstant, issuer, signature, status, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptedID property.Gets the value of the nameID property.void
Sets the value of the encryptedID property.void
setNameID
(NameIDType value) Sets the value of the nameID property.Methods inherited from class eu.europa.esig.saml.jaxb.protocol.StatusResponseType
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setSignature, setStatus, setVersion
-
Field Details
-
nameID
-
encryptedID
-
-
Constructor Details
-
NameIDMappingResponseType
public NameIDMappingResponseType()
-
-
Method Details
-
getNameID
Gets the value of the nameID property.- Returns:
- possible object is
NameIDType
-
setNameID
Sets the value of the nameID property.- Parameters:
value
- allowed object isNameIDType
-
getEncryptedID
Gets the value of the encryptedID property.- Returns:
- possible object is
EncryptedElementType
-
setEncryptedID
Sets the value of the encryptedID property.- Parameters:
value
- allowed object isEncryptedElementType
-