Class SessionService
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.service.SessionService
Session related operations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassociateSessions(String uuid, String childUuid) Associate sessions.voiddeleteSession(String uuid) Delete the session with the given identifier.
-
Field Details
-
sessionCacheUtilities
Session cache utilities.
-
-
Constructor Details
-
SessionService
public SessionService()
-
-
Method Details
-
deleteSession
Delete the session with the given identifier.- Parameters:
uuid- unique identifier for session cache.
-
associateSessions
Associate sessions.- Parameters:
uuid- unique identifier for session cache.childUuid- impersonation unique identifier for session cache.
-