All Downloads are FREE. Search and download functionalities are using the official Maven repository.

netflix.karyon.examples.hellonoss.common.auth.AuthenticationService Maven / Gradle / Ivy

The newest version!
package 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