Example usage for org.apache.shiro.realm AuthorizingRealm subclass-usage

List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage

Introduction

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

Usage

From source file com.sirdc.modules.security.SystemAuthorizingRealm.java

/**
 * ?
 * 
 * @author ThinkGem
 * @version 2013-5-29
 */

From source file com.smallchill.core.shiro.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    private static Logger log = LogManager.getLogger(ShiroDbRealm.class);

    /**
     * ?
     */

From source file com.smes.smes_web.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.sonicle.webtop.core.app.shiro.WTRealm.java

/**
 *
 * @author malbinola
 */
public class WTRealm extends AuthorizingRealm {
    public static final String NAME = "wtrealm";

From source file com.sowosky.smp.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.springside.lanzhm.hellospring.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.st.qunar.order.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.stormpath.shiro.realm.ApplicationRealm.java

/**
 * A {@code Realm} implementation that uses the <a href="http://www.stormpath.com">Stormpath</a> Cloud Identity
 * Management service for authentication and authorization operations for a single Application.
 * <p/>
 * Your
 * <a href="http://docs.stormpath.com/rest/product-guide/#application-url">application's Stormpath REST URL</a>

From source file com.stormpath.shiro.realm.JWTApplicationRealm.java

/**
 * A {@code Realm} implementation that uses the <a href="http://www.stormpath.com">Stormpath</a> Cloud Identity
 * Management service for authentication and authorization operations for a single Application.
 * <p/>
 * Your
 * <a href="http://docs.stormpath.com/rest/product-guide/#application-url">application's Stormpath REST URL</a>

From source file com.streamreduce.security.realm.NodeableAuthorizingRealm.java

public abstract class NodeableAuthorizingRealm extends AuthorizingRealm {

    @Autowired
    protected UserDAO userDAO;
    protected transient Logger logger = LoggerFactory.getLogger(getClass());