Class NameIDMappingResponseType
java.lang.Object
org.keycloak.dom.saml.common.CommonResponseType
org.keycloak.dom.saml.v2.protocol.StatusResponseType
org.keycloak.dom.saml.v2.protocol.NameIDMappingResponseType
- All Implemented Interfaces:
Serializable,SAML2Object
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
FieldsFields inherited from class org.keycloak.dom.saml.v2.protocol.StatusResponseType
consent, destination, extensions, id, issueInstant, issuer, status, versionFields inherited from class org.keycloak.dom.saml.common.CommonResponseType
inResponseTo, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptedID property.Gets the value of the nameID property.voidSets the value of the encryptedID property.voidsetNameID(NameIDType value) Sets the value of the nameID property.Methods inherited from class org.keycloak.dom.saml.v2.protocol.StatusResponseType
getConsent, getDestination, getExtensions, getIssuer, getStatus, getVersion, setConsent, setDestination, setExtensions, setIssuer, setStatusMethods inherited from class org.keycloak.dom.saml.common.CommonResponseType
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature
-
Field Details
-
nameID
-
encryptedID
-
-
Constructor Details
-
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
-