netflix.karyon.examples.hellonoss.common.auth.AuthenticationService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karyon-examples Show documentation
Show all versions of karyon-examples Show documentation
karyon-examples developed by Netflix
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