Example usage for org.apache.shiro.web.config WebIniSecurityManagerFactory subclass-usage

List of usage examples for org.apache.shiro.web.config WebIniSecurityManagerFactory subclass-usage

Introduction

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

Usage

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

/**
 * A CDI-aware extension of {@link WebIniSecurityManagerFactory}. Constructs a named bean
 * map from the CDI BeanManager and uses these beans as additional default for Shiro
 * bean lookup.
 * 
 * @author Harald Wellmann