Package best.skn.security.services.impls
Class SessionServiceImpl
java.lang.Object
best.skn.security.services.impls.SessionServiceImpl
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.web.server.WebSession> sessionRouteGetRequest(org.springframework.web.server.WebSession webSession) Method to get WebSession as response of GET request
-
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:SessionServiceMethod to get WebSession as response of GET request- Specified by:
sessionRouteGetRequestin interfaceSessionService- 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
-