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

de.adorsys.oauth.server.AuthenticatorMatcher Maven / Gradle / Ivy

package de.adorsys.oauth.server;

import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;

import io.undertow.security.api.AuthenticationMechanism;
import io.undertow.server.HttpServerExchange;

/**
 * AuthenicatorMatcher
 */
public interface AuthenticatorMatcher extends AuthenticationMechanism {

    void initialize(ServletContext servletContext);

    boolean match(HttpServerExchange exchange, HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy