Interface AuthoritativeChangeService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancelAuthoritativeChange​(com.soffid.iam.sync.intf.AuthoritativeChange change)
      Operation cancelAuthoritativeChange Cancels an authoritative change
      void finishAuthoritativeChange​(com.soffid.iam.sync.intf.AuthoritativeChange change)
      Operation finishAuthoritativeChange Performs authoritative change
      boolean startAuthoritativeChange​(com.soffid.iam.sync.intf.AuthoritativeChange change)
      Operation startAuthoritativeChange Notifies a new authoritative change has just arrived.
    • Method Detail

      • startAuthoritativeChange

        boolean startAuthoritativeChange​(com.soffid.iam.sync.intf.AuthoritativeChange change)
                                  throws es.caib.seycon.ng.exception.InternalErrorException
        Operation startAuthoritativeChange Notifies a new authoritative change has just arrived. Resturns true if the authoritative change has been performed
        Parameters:
        change -
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • cancelAuthoritativeChange

        void cancelAuthoritativeChange​(com.soffid.iam.sync.intf.AuthoritativeChange change)
                                throws es.caib.seycon.ng.exception.InternalErrorException
        Operation cancelAuthoritativeChange Cancels an authoritative change
        Parameters:
        change -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • finishAuthoritativeChange

        void finishAuthoritativeChange​(com.soffid.iam.sync.intf.AuthoritativeChange change)
                                throws es.caib.seycon.ng.exception.InternalErrorException
        Operation finishAuthoritativeChange Performs authoritative change
        Parameters:
        change -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException