Class AuthenticationService

java.lang.Object
com.cloudimpl.outstack.spring.security.service.AuthenticationService
All Implemented Interfaces:
java.util.function.Function<CloudMessage,​reactor.core.publisher.Mono<? extends java.lang.Object>>

public class AuthenticationService
extends java.lang.Object
implements java.util.function.Function<CloudMessage,​reactor.core.publisher.Mono<? extends java.lang.Object>>
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    AuthenticationService​(ServiceRegistryReadOnly serviceRegistry)  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<? extends java.lang.Object> apply​(CloudMessage t)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

  • Method Details

    • apply

      public reactor.core.publisher.Mono<? extends java.lang.Object> apply​(CloudMessage t)
      Specified by:
      apply in interface java.util.function.Function<CloudMessage,​reactor.core.publisher.Mono<? extends java.lang.Object>>