Class NameIDMappingResponseType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.StatusResponseType
eu.europa.esig.saml.jaxb.protocol.NameIDMappingResponseType
- All Implemented Interfaces:
Serializable
public class NameIDMappingResponseType extends StatusResponseType implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected EncryptedElementType
encryptedID
protected NameIDType
nameID
Fields inherited from class eu.europa.esig.saml.jaxb.protocol.StatusResponseType
consent, destination, extensions, id, inResponseTo, issueInstant, issuer, signature, status, version
-
Constructor Summary
Constructors Constructor Description NameIDMappingResponseType()
-
Method Summary
Modifier and Type Method Description EncryptedElementType
getEncryptedID()
Gets the value of the encryptedID property.NameIDType
getNameID()
Gets the value of the nameID property.void
setEncryptedID(EncryptedElementType value)
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
-
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
-