Interface NameIDMappingResponse

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getNameID

        NameID getNameID()
        Gets the name identifier of the principal for this response.
        Returns:
        the name identifier of the principal for this response
      • setNameID

        void setNameID​(NameID newNameID)
        Sets the name identifier of the principal for this response.
        Parameters:
        newNameID - the name identifier of the principal for this response
      • getEncryptedID

        EncryptedID getEncryptedID()
        Gets the encrypted name identifier of the principal for this response.
        Returns:
        the encrypted name identifier of the principal for this response
      • setEncryptedID

        void setEncryptedID​(EncryptedID newEncryptedID)
        Sets the encrypted name identifier of the principal for this response.
        Parameters:
        newEncryptedID - the new encrypted name identifier of the principal for this response