com.netflix.karyon.examples.hellonoss.common.auth.AuthenticationService Maven / Gradle / Ivy
package com.netflix.karyon.examples.hellonoss.common.auth;
import io.netty.buffer.ByteBuf;
import io.reactivex.netty.protocol.http.server.HttpServerRequest;
import rx.Observable;
/**
* @author Nitesh Kant
*/
public interface AuthenticationService {
Observable authenticate(HttpServerRequest request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy