Class SyncUserChangedEvent

  • All Implemented Interfaces:
    io.didomi.sdk.events.Event

    
    public final class SyncUserChangedEvent
     implements Event
                        

    The Didomi SDK sync user has changed.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private UserAuth userAuth
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final UserAuth getUserAuth() Organization user object that will be synced
      • io.didomi.sdk.user.model.UserAuthWithoutParams - OUID only

      • io.didomi.sdk.user.model.UserAuthWithEncryptionParams - user with encryption

      • io.didomi.sdk.user.model.UserAuthWithHashParams - user with hash

      final Unit setUserAuth(UserAuth userAuth) Organization user object that will be synced
      • io.didomi.sdk.user.model.UserAuthWithoutParams - OUID only

      • io.didomi.sdk.user.model.UserAuthWithEncryptionParams - user with encryption

      • io.didomi.sdk.user.model.UserAuthWithHashParams - user with hash

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncUserChangedEvent

        SyncUserChangedEvent(UserAuth userAuth)
    • Method Detail

      • getUserAuth

         final UserAuth getUserAuth()

        Organization user object that will be synced

        • io.didomi.sdk.user.model.UserAuthWithoutParams - OUID only

        • io.didomi.sdk.user.model.UserAuthWithEncryptionParams - user with encryption

        • io.didomi.sdk.user.model.UserAuthWithHashParams - user with hash

      • setUserAuth

         final Unit setUserAuth(UserAuth userAuth)

        Organization user object that will be synced

        • io.didomi.sdk.user.model.UserAuthWithoutParams - OUID only

        • io.didomi.sdk.user.model.UserAuthWithEncryptionParams - user with encryption

        • io.didomi.sdk.user.model.UserAuthWithHashParams - user with hash