List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.zboss.fw.authc.shiro.ShiroRealm.java
@Component @DependsOn({ "IFwAuthcUserDao", "IFwAuthcPermDao" }) public class ShiroRealm extends AuthorizingRealm { protected static Logger _logger = Logger.getLogger(ShiroRealm.class); @Resource
From source file com.zhangli001v.gemdale.xmgl.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.zht.common.shiro.realm.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Autowired private IRbacUserService userService; @Autowired private IRbacRoleService roleService;
From source file com.zhuanfa.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected UserService userService; /** * ?,.
From source file com.zhumeng.dream.security.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static final Logger log = LoggerFactory.getLogger(ShiroDbRealm.class); @Resource(name = "adminServiceImpl") protected AdminService adminServiceImpl;
From source file com.zqykj.hyjj.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.zrk.oauthclient.shiro.support.UsernamePasswordAndClientRealm.java
/**
* ????
* @Description:TODO
* @author:?
* @time:201658 ?7:52:52
*/
From source file com.zrx.authority.web.interceptor.shiro.ShiroRealm.java
/**
* <p>Description :</p>
* <p>Title :</p>
* @author <your.name at your.org>
* @data 2015-8-28,23:41:10
* @version 1.0
From source file com.zte.gu.webtools.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.zuoxiaolong.niubi.job.persistent.shiro.HibernateRealm.java
/** * @author Xiaolong Zuo * @since 0.9.3 */ public class HibernateRealm extends AuthorizingRealm {