Example usage for org.apache.shiro.web.filter.authz SslFilter subclass-usage

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

Introduction

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

Usage

From source file com.bennavetta.appsite.security.EnvironmentSslFilter.java

/**
 * Extends {@link SslFilter} so it is only enabled when running on the production server. The filter is disabled
 * when running the development server. 
 * @author ben
 *
 */

From source file com.flowlogix.security.SslFilter.java

/**
 * Enables Shiro' SslFilter depending
 * whether in production mode or not
 * @author lprimak
 */
public class SslFilter extends org.apache.shiro.web.filter.authz.SslFilter {

From source file org.tolven.shiro.web.servlet.TolvenSslFilter.java

public class TolvenSslFilter extends SslFilter {

    public TolvenSslFilter() {
    }

    @Override