Package best.skn.security.services.impls
Class PrincipalServiceImpl
java.lang.Object
best.skn.security.services.impls.PrincipalServiceImpl
- All Implemented Interfaces:
PrincipalService
Principal 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<Principal> principalRouteGetRequest(Principal principal) Method to get Principal as response of GET request
-
Constructor Details
-
PrincipalServiceImpl
public PrincipalServiceImpl()
-
-
Method Details
-
principalRouteGetRequest
public reactor.core.publisher.Mono<Principal> principalRouteGetRequest(Principal principal) throws Exception Description copied from interface:PrincipalServiceMethod to get Principal as response of GET request- Specified by:
principalRouteGetRequestin interfacePrincipalService- Parameters:
principal- a Principal as parameter- Returns:
- a Mono of Principal as a response
- Throws:
Exception- an exception is thrown if Principal GET request fails
-