List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file cn.ligoo.part.service.shiro.CustomAuthorizingRealm.java
public class CustomAuthorizingRealm extends AuthorizingRealm { private final Logger logger = LoggerFactory.getLogger(this.getClass()); private UserInfoService userInfoService;
From source file cn.mario256.blog.AuthenticationRealm.java
/**
* ???
*
* @author TURINGROBOT Team
* @version 4.0
*/
From source file cn.mypandora.shiro.realm.UserRealm.java
/** * <p>User: kaibo * <p>Date: 2015/7/17 * <p>Version: 1.0 */ public class UserRealm extends AuthorizingRealm {
From source file cn.newtouch.dms.shiro.ShiroRealm.java
/** * Shiro ??? * @author JiaLong.Wang * */ public class ShiroRealm extends AuthorizingRealm {
From source file cn.newtouch.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { public static final String HASH_ALGORITHM = "SHA-1"; protected AccountService accountService;
From source file cn.ruiyi.base.service.shiro.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static Logger log = LoggerFactory.getLogger(ShiroDbRealm.class); protected AccountService accountService; // public ShiroDbRealm()
From source file cn.threedov.cms.web.shiro.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AdminService adminService; protected RightService rightService; protected RoleRightService roleRightService;
From source file cn.wh.anyst.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { //protected AccountService accountService; /** * ?,.
From source file cn.wm.sum.security.shiro.service.ShiroDbRealm.java
/** * ?? * @author wang * */ public class ShiroDbRealm extends AuthorizingRealm {
From source file com.abc.turkey.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.