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, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
AuthenticationService
-
-
Method Details
-
apply
- Specified by:
applyin interfacejava.util.function.Function<CloudMessage,reactor.core.publisher.Mono<? extends java.lang.Object>>
-