Class SessionServiceImpl

java.lang.Object
best.skn.security.services.impls.SessionServiceImpl
All Implemented Interfaces:
SessionService

@Service public class SessionServiceImpl extends Object implements SessionService
Session Service Implementation Class
Since:
2024-04-30
Version:
1.2.1
Author:
SKN Shukhan
Use Case:
Spring Boot Reactive
Dedicated To:
Logno, Atoshi and My Parents
  • Constructor Details

    • SessionServiceImpl

      public SessionServiceImpl()
  • Method Details

    • sessionRouteGetRequest

      public reactor.core.publisher.Mono<org.springframework.web.server.WebSession> sessionRouteGetRequest(org.springframework.web.server.WebSession webSession) throws Exception
      Description copied from interface: SessionService
      Method to get WebSession as response of GET request
      Specified by:
      sessionRouteGetRequest in interface SessionService
      Parameters:
      webSession - a WebSession as parameter
      Returns:
      a Mono of WebSession as a response
      Throws:
      Exception - an exception is thrown if WebSession GET request fails