Class AssistedLoginCacheOperation.AssistedLoginCache
java.lang.Object
es.kukenan.smartfi.microservice.clients.cache.AssistedLoginCacheOperation.AssistedLoginCache
- All Implemented Interfaces:
Serializable
- Enclosing class:
AssistedLoginCacheOperation
public static class AssistedLoginCacheOperation.AssistedLoginCache
extends Object
implements Serializable
Login cache object to be saved in cache.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
userId
Identifier for user. -
password
Assisted channel User password. -
deviceId
Identifier for device.
-
-
Constructor Details
-
AssistedLoginCache
public AssistedLoginCache()
-