Example usage for org.apache.shiro.util AbstractFactory subclass-usage

List of usage examples for org.apache.shiro.util AbstractFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.util AbstractFactory subclass-usage.

Usage

From source file com.stormpath.shiro.client.ClientFactory.java

/**
 * A simple bridge component that allows a Stormpath SDK Client to be created via Shiro's
 * {@link org.apache.shiro.util.Factory Factory} concept.
 * <p/>
 * As this class is a simple bridge between APIs, it does not do much - all configuration properties are immediately
 * passed through to an internal {@link com.stormpath.sdk.client.ClientBuilder ClientBuilder} instance, and the

From source file com.stormpath.shiro.servlet.config.StormpathWebClientFactory.java

/**
 * A simple bridge component that allows a Stormpath SDK Client to be created via Shiro's
 * {@link org.apache.shiro.util.Factory Factory} concept.
 * <p/>
 * As this class is a simple bridge between APIs, it does not do much - all configuration properties are
 * passed through to an internal {@link DefaultServletContextClientFactory} instance, and the

From source file com.stormpath.shiro.servlet.filter.StormpathShiroFilterChainResolverFactory.java

public class StormpathShiroFilterChainResolverFactory extends AbstractFactory<FilterChainResolver> {

    final private FilterChainResolver delegateFilterChainResolver;

    final private ServletContext servletContext;

From source file org.tolven.shiro.web.config.TolvenFilterChainResolverFactory.java

public class TolvenFilterChainResolverFactory extends AbstractFactory<FilterChainResolver> {

    private FilterConfig filterConfig;

    public TolvenFilterChainResolverFactory() {
    }

From source file StormpathShiro.src.main.java.com.stormpath.shiro.client.ClientFactory.java

/**
 * A simple bridge component that allows a Stormpath SDK Client to be created via Shiro's
 * {@link org.apache.shiro.util.Factory Factory} concept.
 * <p/>
 * As this class is a simple bridge between APIs, it does not do much - all configuration properties are immediately
 * passed through to an internal {@link com.stormpath.sdk.client.ClientBuilder ClientBuilder} instance, and the