List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.josue.shiro.authorization.custom.CustomRealm.java
/** * * @author Josue */ public class CustomRealm extends AuthorizingRealm {
From source file com.journey.base.auth.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AuthService authService; /** * ?,.
From source file com.jqb.shop.AuthenticationRealm.java
/**
* ???
*
* @author JQB Team
* @version 3.0
*/
From source file com.jsrush.security.rbac.realm.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected ShiroManager shiroManager; public ShiroManager getShiroManager() { return shiroManager;
From source file com.jythonui.server.objectauth.ObjectAuthRealm.java
abstract public class ObjectAuthRealm extends AuthorizingRealm { private IRealmResources iRes; private IGetInstanceOObjectIdCache iGet; /**
From source file com.kelson.keeku.security.MyRealm.java
public class MyRealm extends AuthorizingRealm { @Autowired private UserService us; @Override
From source file com.kevin.blog.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected UserService userService; /** * ?,.
From source file com.kingen.shiro.realm.ShiroDbRealm.java
/** * shiro realm * @author wj * */ public class ShiroDbRealm extends AuthorizingRealm {
From source file com.kingmed.dp.modules.sys.security.SystemAuthorizingRealm.java
/**
*
* @author jack
*
*/
@Service
From source file com.kingnod.shiro.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static Logger logger = LoggerFactory.getLogger(ShiroDbRealm.class); @Autowired private ResourceService resourceService;