Example usage for org.apache.shiro.web.filter.authc AuthenticationFilter subclass-usage

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

Introduction

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

Usage

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

/**
 * filter
 *
 * @author cuisongliu [cuisongliu@qq.com]
 * @since 2017-12-20 14:47
 */

From source file org.sonatype.security.web.filter.authc.LogoutAuthenticationFilter.java

/**
 * Perform sign-out of the {@link HttpSession} and {@link Subject} while leaving the response content up to
 * downstream components.
 * <p />
 * Note: Downstream sign-out related {@link Filter filters} and {@link Servlet servlets} need to expect the session
 * to be invalidated and subject signed out after processing by this filter.