java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.service.SessionService

@Service public class SessionService extends Object
Session related operations.
  • Field Details

    • sessionCacheUtilities

      @Autowired private SessionCacheUtilities sessionCacheUtilities
      Session cache utilities.
  • Constructor Details

    • SessionService

      public SessionService()
  • Method Details

    • deleteSession

      public void deleteSession(String uuid)
      Delete the session with the given identifier.
      Parameters:
      uuid - unique identifier for session cache.
    • associateSessions

      public void associateSessions(String uuid, String childUuid)
      Associate sessions.
      Parameters:
      uuid - unique identifier for session cache.
      childUuid - impersonation unique identifier for session cache.