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.4.0
- Author:
- SKN Shukhan
- Use Case:
- Spring Boot Reactive
- Dedicated To:
- Logno, Atoshi and My Parents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<reactor.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 Optional<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:
- an Optional of Mono of WebSession as a response
- Throws:
Exception- an exception is thrown if WebSession GET request fails
-