Interface NameIDMappingResponse

All Superinterfaces:
StatusResponse, XmlSerializable

@SupportedAll public interface NameIDMappingResponse extends StatusResponse
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 Details

    • getEncryptedID

      EncryptedID getEncryptedID()
      Returns the value of the encryptedID property.
      Returns:
      the value of the encryptedID property.
    • setEncryptedID

      void setEncryptedID(EncryptedID value) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the encryptedID property.
      Parameters:
      value - the value of the encryptedID property.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if Object is immutable.
    • getNameID

      NameID getNameID()
      Returns the value of the nameID property.
      Returns:
      the value of the nameID property.
    • setNameID

      void setNameID(NameID value) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of the nameID property.
      Parameters:
      value - the value of the nameID property.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if Object is immutable.