Example usage for org.apache.shiro.web.env EnvironmentLoader subclass-usage

List of usage examples for org.apache.shiro.web.env EnvironmentLoader subclass-usage

Introduction

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

Usage

From source file dev.jetty.ShiroEnvironmentLoader.java

/** A place to perform initialization of Apache Shiro.
 *  This means finding shiro.ini in multiple possible places,
 *  based on different deployment setups.
 */
public class ShiroEnvironmentLoader extends EnvironmentLoader implements ServletContextListener {
    private ServletContext servletContext;

From source file org.apache.jena.fuseki.server.ShiroEnvironmentLoader.java

/** A place to perform Fuseki-specific initialization of Apache Shiro.
 *  Runs after listener {@link FusekiServerEnvironmentInit} and before {@link FusekiServerListener}.
 *  This means finding shiro.ini in multiple possible places, based on
 *  different deployment setups.
 */
public class ShiroEnvironmentLoader extends EnvironmentLoader implements ServletContextListener {

From source file org.apache.jena.fuseki.webapp.ShiroEnvironmentLoader.java

/** A place to perform Fuseki-specific initialization of Apache Shiro.
 *  Runs after listener {@link FusekiServerEnvironmentInit} and before {@link FusekiServerListener}.
 *  This means finding shiro.ini in multiple possible places, based on
 *  different deployment setups.
 */
public class ShiroEnvironmentLoader extends EnvironmentLoader implements ServletContextListener {

From source file org.panifex.security.shiro.env.ModularEnvironmentLoader.java

/**
 * A ModularEnvironmentLoader extends an {@link EnvironmentLoader} which is responsible
 * for loading a web application's Shiro {@link org.apache.shiro.web.env.WebEnvironment
 * WebEnvironment}.
 * <p>
 * It loads {@link ModularWebEnvironment} which supports dynamic registering and