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.ctb.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.cuisongliu.springboot.shiro.support.realm.ShiroAbstractRealm.java

/**
 * ?
 *
 * @author cuisongliu [cuisongliu@qq.com]
 * @since 2017-12-18 15:12
 */

From source file com.curiousby.baoyou.cn.shiro.SysRealm.java

/**
 * @com.curiousby.baoyou.cn.shiro.SysRealm
 * @Type SysRealm.java
 * @Desc 
 * @author cmcc-B100036
 * @date 20161121 ?5:35:02

From source file com.cyou.marketing.bcloud.web.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.dc.esb.servicegov.security.impl.SampleRealm.java

/**
 * The Spring/Hibernate sample application's one and only configured Apache Shiro Realm.
 * <p/>
 * <p>Because a Realm is really just a security-specific DAO, we could have just made Hibernate calls directly
 * in the implementation and named it a 'HibernateRealm' or something similar.</p>
 * currentUserInterceptor

From source file com.demo.shiro.SampleRealm.java

/**
 * The Spring/Hibernate sample application's one and only configured Apache Shiro Realm.
 * <p/>
 * <p>Because a Realm is really just a security-specific DAO, we could have just made Hibernate calls directly
 * in the implementation and named it a 'HibernateRealm' or something similar.</p>
 * <p/>

From source file com.digitalplay.network.ireader.shiro.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    @Autowired
    protected UserService userService;

    @Autowired

From source file com.diguage.wanwan.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    @Autowired
    protected AccountService accountService;

    /**

From source file com.dlh.clpgx.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.doadway.glodmine.core.security.UserRealm.java

@Service
public class UserRealm extends AuthorizingRealm {
    @Resource
    protected MemberBiz memberBiz;

    public MemberBiz getMemberBiz() {