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.greenline.hrs.admin.auth.realm.WebRealm.java

/**
 * @author July
 * @version V1.0
 * @type WebRealm
 * @desc WebRealmsubject.login
 * @date 2014-04-15

From source file com.guolf.releasehelper.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.hb.weibo.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.hcroad.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.hdos.platform.core.shiro.UserRealm.java

/**
 * UserRealm
 * 
 * @author Arthur
 * @version 1.0
 * @since 2016-5-10

From source file com.heimaide.server.common.security.SystemAuthorizingRealm.java

/**
 * ?
 * @author free lance
 * @version 2013-5-29
 */
@Service

From source file com.hesine.manager.sercurity.SystemAuthorizingRealm.java

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

From source file com.hhz.tms.admin.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    @Autowired
    private UserService userService;

    /**
     * ?,.

From source file com.hhz.tms.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    @Autowired
    private UserService userService;

    /**
     * ?,.

From source file com.hongqiang.shop.modules.sys.security.SystemAuthorizingRealm.java

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