Class PrincipalService
java.lang.Object
best.skn.security.services.principal.PrincipalService
- All Implemented Interfaces:
PrincipalInterface
Principal Service Class
- Since:
- 2024-03-16
- Version:
- 1.1.1
- Author:
- SKN
- 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
-
PrincipalService
public PrincipalService()
-
-
Method Details
-
principalRouteGetRequest
public reactor.core.publisher.Mono<Principal> principalRouteGetRequest(Principal principal) throws Exception Description copied from interface:PrincipalInterfaceMethod to get Principal as response of GET request- Specified by:
principalRouteGetRequestin interfacePrincipalInterface- Parameters:
principal- a Principal as parameter- Returns:
- a Mono of Principal as a response
- Throws:
Exception- an exception if Principal GET request fails
-