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

org.rootservices.otter.security.csrf.Csrf Maven / Gradle / Ivy

The newest version!
package org.rootservices.otter.security.csrf;

import org.rootservices.otter.security.csrf.exception.CsrfException;

import javax.servlet.http.HttpServletRequest;


public interface Csrf {
    void checkTokens(HttpServletRequest httpRequest) throws CsrfException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy