Class AuthenticationHelperService

java.lang.Object
com.cloudimpl.outstack.spring.security.service.AuthenticationHelperService

@Component
public class AuthenticationHelperService
extends java.lang.Object
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    AuthenticationHelperService()  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<AuthorizeResponse> authorize​(AuthorizeRequest req)  
    reactor.core.publisher.Mono<AuthorizeRequest> getAuthRequest​(java.lang.String key)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthenticationHelperService

      public AuthenticationHelperService()
  • Method Details