List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.wsun.seap.web.security.realm.SystemAuthorizingRealm.java
/**
* ?
*
* @author ThinkGem
* @version 2013-5-29
*/
From source file com.wsun.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static final Logger logger = LogManager.getLogger(ShiroDbRealm.class); @Autowired private UserService userService;
From source file com.wwl.school.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.xbwl.demo.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; protected PermissionService permissionService;
From source file com.xyxy.platform.examples.quickstart.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.xyxy.platform.examples.showcase.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.xyxy.platform.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Autowired protected AccountService accountService; /**
From source file com.xz.oa.core.service.user.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Resource protected UserService userService; /** * ?,.
From source file com.xz.project.core.service.user.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Resource protected UserService userService; /**
From source file com.yea.shiro.realm.AbstractRealm.java
/** * * @author yiyongfei * */ public abstract class AbstractRealm extends AuthorizingRealm {