|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameIDMappingResponse
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 | |
|---|---|
EncryptedID |
getEncryptedID()
Returns the value of the encryptedID property. |
NameID |
getNameID()
Returns the value of the nameID property. |
void |
setEncryptedID(EncryptedID value)
Sets the value of the encryptedID property. |
void |
setNameID(NameID value)
Sets the value of the nameID property. |
| 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, sign, toXMLString, toXMLString |
| Method Detail |
|---|
EncryptedID getEncryptedID()
encryptedID property.
encryptedID property.
void setEncryptedID(EncryptedID value)
throws SAML2Exception
encryptedID property.
value - the value of the encryptedID property.
SAML2Exception - if Object is immutable.NameID getNameID()
nameID property.
nameID property.
void setNameID(NameID value)
throws SAML2Exception
nameID property.
value - the value of the nameID property.
SAML2Exception - if Object is immutable.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||