Class SessionCache
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.cache.model.SessionCache
- All Implemented Interfaces:
Serializable
SessionCache object to be save in cache.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringInit Vector for AES encryption.private Stringjwt generated.private es.kukenan.smartfi.common.service.jwt.JwtBearerTokenuser unique identifier.private StringKey for AES encryption.private StringApplication platform.private byte[]seed Generated.private StringSymmetric key generated.private Stringuuid Generated.private Stringuuid associated for webview Generated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
symmetricKey
Symmetric key generated. -
uuid
uuid Generated. -
seed
private byte[] seedseed Generated. -
jwt
jwt generated. -
jwtInfo
private es.kukenan.smartfi.common.service.jwt.JwtBearerToken jwtInfouser unique identifier. -
uuidAssociated
uuid associated for webview Generated. -
key
Key for AES encryption. -
iv
Init Vector for AES encryption. -
platform
Application platform.
-
-
Constructor Details
-
SessionCache
public SessionCache()
-