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, version
inResponseTo, 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, setStatus
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature
protected NameIDType nameID
protected EncryptedElementType encryptedID
public NameIDMappingResponseType(String id, XMLGregorianCalendar issueInstant)
public NameIDType getNameID()
NameIDType
public void setNameID(NameIDType value)
value
- allowed object is NameIDType
public EncryptedElementType getEncryptedID()
EncryptedElementType
public void setEncryptedID(EncryptedElementType value)
value
- allowed object is EncryptedElementType
Copyright © 2017 JBoss by Red Hat. All rights reserved.