Class UserCacheOperation.UserLoginCache

java.lang.Object
es.kukenan.smartfi.microservice.clients.cache.UserCacheOperation.UserLoginCache
All Implemented Interfaces:
Serializable
Enclosing class:
UserCacheOperation

public static class UserCacheOperation.UserLoginCache extends Object implements Serializable
Login cache object to be saved in cache.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • accessToken

      private String accessToken
      login token's.
    • userId

      private String userId
      Identifier for user.
    • deviceId

      private String deviceId
      Identifier for device.
  • Constructor Details

    • UserLoginCache

      public UserLoginCache()