java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.service.events.UserUpdatedService

@Service public class UserUpdatedService extends Object
Service that handled users updated events. It extract required information from the events, maps it to the proper classes and delegates the management operations on the UserUpdatedEvent.
  • Field Details

    • userStatesToDeleteRecordCache

      private static final ArrayList<Integer> userStatesToDeleteRecordCache
      user States To Delete Record Cache.
    • sessionCacheOperation

      @Autowired private SessionCacheOperation sessionCacheOperation
      CacheOperation cache operations.
  • Constructor Details

    • UserUpdatedService

      public UserUpdatedService()
  • Method Details

    • handleUserUpdatedService

      public void handleUserUpdatedService(es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent userUpdatedEvent)
      Handles the users event updated from users.
      Parameters:
      userUpdatedEvent - object holding users updated event.