java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.cache.model.SessionCache
All Implemented Interfaces:
Serializable

public class SessionCache extends Object implements Serializable
SessionCache object to be save in cache.
See Also:
  • Field Details

    • symmetricKey

      private String symmetricKey
      Symmetric key generated.
    • uuid

      private String uuid
      uuid Generated.
    • seed

      private byte[] seed
      seed Generated.
    • jwt

      private String jwt
      jwt generated.
    • jwtInfo

      private es.kukenan.smartfi.common.service.jwt.JwtBearerToken jwtInfo
      user unique identifier.
    • uuidAssociated

      private String uuidAssociated
      uuid associated for webview Generated.
    • key

      private String key
      Key for AES encryption.
    • iv

      private String iv
      Init Vector for AES encryption.
    • platform

      private String platform
      Application platform.
  • Constructor Details

    • SessionCache

      public SessionCache()