io.firebus.adapters.http.AuthValidationHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of firebus-http Show documentation
Show all versions of firebus-http Show documentation
Firebus http gateway adapter
package io.firebus.adapters.http;
import io.firebus.Firebus;
import io.firebus.utils.DataMap;
public abstract class AuthValidationHandler extends HttpHandler
{
public AuthValidationHandler(DataMap c, Firebus fb)
{
super(c, fb);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy