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

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

Introduction

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

Usage

From source file annis.security.MultipleIniWebEnvironment.java

/**
 * An extension of the {@link DefaultWebEnvironment} class allows several
 * {@link Ini} files. 
 * 
 * <p>
 * This class assumes that the config locations ({@link #setConfigLocations(java.lang.String[]) ) }

From source file com.ikanow.aleph2.web_login.WebEnvironment.java

public class WebEnvironment extends IniWebEnvironment {

    private static final Logger logger = LogManager.getLogger();

    protected Collection<Realm> realms = null;

From source file com.jfaker.framework.security.shiro.ShiroIniWebEnvironment.java

/**
 * shiro?web
 * @author yuqs
 * @since 0.1
 */
public class ShiroIniWebEnvironment extends IniWebEnvironment {

From source file com.leshazlewood.samples.shiro.cassandra.InitializingIniWebEnvironment.java

/**
 * Fixes a bug in Shiro 1.2.2 where Initializable objects' init() method is not called correctly.
 *
 * @since 2013-06-10
 */
public class InitializingIniWebEnvironment extends IniWebEnvironment {

From source file com.meltmedia.cadmium.servlets.shiro.WebEnvironment.java

/**
 * Allows an existing Shiro IniWebEnvironment to be wrapped and added to runtime. 
 * An instance of {@link PersistablePropertiesRealm} will be added to the existing 
 * configuration. This is to allow a runtime configurable realm to be added to a 
 * statically configured IniWebEnvironment.
 * @author John McEntire

From source file com.oakeel.shiro.PtpIniWebEnvironment.java

/**
 *
 * @author root
 */
public class PtpIniWebEnvironment extends IniWebEnvironment {

From source file com.stormpath.shiro.servlet.env.StormpathShiroIniEnvironment.java

/**
 * {@link IniWebEnvironment} implementation that creates a default Stormpath {@link PassthroughApplicationRealm}.
 *<BR/><BR/>
 * The default objects can be over written, the defaults for these are equivalent to:
 *
 * <code><pre>

From source file com.syd.shiro.ShiroIniWebEnvironment.java

/**
 * shiro?web
 * @author yuqs
 * @since 0.1
 */
public class ShiroIniWebEnvironment extends IniWebEnvironment {

From source file org.opendaylight.aaa.shiro.web.env.KarafIniWebEnvironment.java

/**
 * Identical to <code>IniWebEnvironment</code> except the Ini is loaded from
 * <code>$KARAF_HOME/etc/shiro.ini</code>.
 *
 * @author Ryan Goulding (ryandgoulding@gmail.com)
 *

From source file org.ops4j.pax.shiro.cdi.web.CdiIniWebEnvironment.java

/**
 * An extension of {@link IniWebEnvironment} which makes CDI beans qualified with 
 * {@code @ShiroIni} available to Shiro, to be referenced in INI files.
 *
 * @author Harald Wellmann
 */