List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.epimorphics.registry.security.BaseRegRealm.java
/**
* A realm that provides access to a hash service compatible with the
* RegCredentialsMatcher and which can clear the caches for a user id.
*
* @author <a href="mailto:dave@epimorphics.com">Dave Reynolds</a>
*/
From source file com.eudemon.taurus.app.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Autowired private UserService userService; @Override
From source file com.exam.mserver.common.persistence.util.MyRealm.java
/**
* ?
* @author free lance
* @version 2013-5-29
*/
@Service
From source file com.fanxl.fanstudy.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.fanxl.myweb.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.feihome.support.auth.shiro.realm.MyRealm.java
/** * MyRealm * @author wfei * @time 2016-7-18?11:09:11 */ @Repository("myRealm")
From source file com.fengduo.bee.web.shiro.ShiroDbRealm.java
/** * @author jie.xu Jun 3, 2015 12:08:37 AM */ public class ShiroDbRealm extends AuthorizingRealm { @Autowired
From source file com.fengduo.spark.service.impl.account.ShiroDbRealm.java
/** * @author zxc Jun 3, 2015 12:08:37 AM */ public class ShiroDbRealm extends AuthorizingRealm { @Autowired
From source file com.ffy.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.fhd.bpm.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Autowired private UserService userService; /**