public class NameIDMappingResponseType extends StatusResponseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedElementType |
encryptedID |
protected NameIDType |
nameID |
consent, destination, extensions, id, issueInstant, issuer, status, versioninResponseTo, signature| Constructor and Description |
|---|
NameIDMappingResponseType(String id,
XMLGregorianCalendar issueInstant) |
| Modifier and Type | Method and 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.
|
getConsent, getDestination, getExtensions, getIssuer, getStatus, getVersion, setConsent, setDestination, setExtensions, setIssuer, setStatusgetID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignatureprotected NameIDType nameID
protected EncryptedElementType encryptedID
public NameIDMappingResponseType(String id, XMLGregorianCalendar issueInstant)
public NameIDType getNameID()
NameIDTypepublic void setNameID(NameIDType value)
value - allowed object is NameIDTypepublic EncryptedElementType getEncryptedID()
EncryptedElementTypepublic void setEncryptedID(EncryptedElementType value)
value - allowed object is EncryptedElementTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.