Example usage for org.apache.shiro.web.filter PathMatchingFilter subclass-usage

List of usage examples for org.apache.shiro.web.filter PathMatchingFilter subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.filter PathMatchingFilter subclass-usage.

Usage

From source file cn.dreampie.common.plugin.shiro.MyAccessControlFilter.java

/**
 * Superclass for any filter that controls access to a resource and may redirect the user to the login page
 * if they are not authenticated.  This superclass provides the method
 * {@link #saveRequestAndRedirectToLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)}
 * which is used by many subclasses as the behavior when a user is unauthenticated.
 *

From source file cn.dreampie.shiro.ShiroAccessControlFilter.java

/**
 * Superclass for any filter that controls access to a resource and may redirect the user to the login page
 * if they are not authenticated.  This superclass provides the method
 * {@link #saveRequestAndRedirectToLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)}
 * which is used by many subclasses as the behavior when a user is unauthenticated.
 *

From source file com.cuisongliu.springboot.shiro.support.filter.UserInfoFilter.java

/**
 * ?????
 *
 * @author cuisongliu [cuisongliu@qq.com]
 * @since 2017-12-20 10:25
 */

From source file com.ftww.basic.plugin.shiro.ShiroAccessControlFilter.java

/**
 * ???<br>
 * PathMatchingFilter??????
 * Superclass for any filter that controls access to a resource and may redirect the user to the login page
 * if they are not authenticated.  This superclass provides the method
 * {@link #saveRequestAndRedirectToLogin(javax.servlet.ServletRequest, javax.servlet.ServletResponse)}

From source file com.sonicle.webtop.core.app.shiro.filter.CSRFCheck.java

/**
 *
 * @author malbinola
 */
public class CSRFCheck extends PathMatchingFilter {

From source file com.sonicle.webtop.core.app.shiro.filter.GZip.java

/**
 *
 * @author malbinola
 */
public class GZip extends PathMatchingFilter {

From source file com.sonicle.webtop.core.app.shiro.filter.JWTSignatureVerifier.java

/**
 *
 * @author malbinola
 */
public class JWTSignatureVerifier extends PathMatchingFilter {
    private final static Logger logger = (Logger) LoggerFactory.getLogger(JWTSignatureVerifier.class);

From source file com.sonicle.webtop.core.app.shiro.filter.LoggerDC.java

/**
 *
 * @author malbinola
 */
public class LoggerDC extends PathMatchingFilter {

From source file net.scran24.common.server.auth.ScranAuthFilter.java

public class ScranAuthFilter extends PathMatchingFilter {
    private final static String adminScripts = "/admin/**";
    private final static String userScripts = "/user/**";
    private final static String staffScripts = "/staff/**";

    private boolean isLoginPage(HttpServletRequest request) {

From source file org.bigmouth.nvwa.authority.NvwaAuthorityFilter.java

/**
 * 
 * @since 1.0
 * @author Allen Hu - (big-mouth.cn)
 */
@Deprecated