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.asiainfo.tfsPlatform.web.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    public static final String HASH_ALGORITHM = "SHA-1";
    public static final int HASH_INTERATIONS = 1024;
    @Autowired
    protected AccountService accountService;

From source file com.at117.zazt.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.atschx.summer.quickstart.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.attendance.manage.security.AuthenticationRealm.java

/**
 * ???
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.autumnframework.common.shiroconfig.realm.ShiroDbRealm.java

/**
 * @author Junlan Shuai[shuaijunlan@gmail.com].
 * @date Created on 10:51 2017/9/2.
 */
public class ShiroDbRealm extends AuthorizingRealm {

From source file com.axelor.auth.AuthRealm.java

public class AuthRealm extends AuthorizingRealm {

    private static Logger log = LoggerFactory.getLogger(AuthRealm.class);

    public static class AuthMatcher extends PasswordMatcher {

From source file com.baguaz.module.user.realm.AdminAuthorizingRealm.java

/**
 * @author Yinchuan Dai ? (daiyinchuan@163.com)
 *
 */
public class AdminAuthorizingRealm extends AuthorizingRealm {
    private static Logger log = LoggerFactory.getLogger(AdminAuthorizingRealm.class);

From source file com.banyou.backend.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.baomidou.kisso.common.shiro.SSOAuthRealm.java

/**
 * <p>
 * kisso ?
 * </p>
 * 
 * @author hubin

From source file com.baosight.pm.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.