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 cn.com.rexen.ext.shiro.realm.x509.AbstractX509Realm.java

public abstract class AbstractX509Realm extends AuthorizingRealm {

    @Override
    protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken token) throws AuthenticationException {
        return doGetX509AuthenticationInfo((X509AuthenticationToken) token);
    }

From source file cn.com.wtit.hspbmoms.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cn.com.xl.core.shiro.ShiroDbRealm.java

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

    /**
     * ?
     */

From source file cn.dsgrp.field.stock.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cn.evilcoder.fantasyblog4j.shiro.ShiroDbRealm.java

@Service
public class ShiroDbRealm extends AuthorizingRealm {
    @Autowired
    protected UserService userService;
    @Autowired
    TokenService tokenService;

From source file cn.guoyukun.spring.shiro.realm.AbstractUserPasswordRealm.java

public abstract class AbstractUserPasswordRealm extends AuthorizingRealm {
    //
    private static final Logger LOG = LoggerFactory.getLogger(AbstractUserPasswordRealm.class);

    /**
     * ??????

From source file cn.ilongfei.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cn.ilongfei.shiro.util.ShiroRealmImpl.java

/**
 * http://shiro.apache.org/java-authentication-guide.html
 * 
 * Subject Security specific user 'view' of an application user. It can be a
 * human being, a third-party process, a server connecting to you application
 * application, or even a cron job. Basically, it is anything or anyone

From source file cn.infisa.base.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cn.itganhuo.app.web.shiro.ShiroDbRealm.java

/**
 * <h2>????</h2>
 * <dl>
 * <dt>??</dt>
 * <dd>???</dd>
 * <dt></dt>