List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file net.osxx.AuthenticationRealm.java
/**
* ???
*
* @author Operate System
* @version 3.0
*/
From source file net.scran24.common.server.auth.ScranAuthRealm.java
public class ScranAuthRealm extends AuthorizingRealm { private final DataStore dataStore; public ScranAuthRealm(DataStore dataStore) { this.dataStore = dataStore; }
From source file net.shopxx.shiro.realm.AuthenticationRealm.java
/**
* ???
*
* @author SHOP++ Team
* @version 3.0
*/
From source file net.shopxx.shiro.realm.BizAuthenticationRealm.java
/** * @author czllfy */ public class BizAuthenticationRealm extends AuthorizingRealm { @Resource(name = "captchaServiceImpl")
From source file no.priv.bang.ukelonn.web.security.dbrealm.UkelonnRealm.java
@Component(service = Realm.class, immediate = true) public class UkelonnRealm extends AuthorizingRealm { UkelonnDatabase database; @Reference
From source file oop.appengine.examples.quickstart.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file oop.appengine.examples.showcase.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file org.abstractj.authz.SecurityRealm.java
/** * Shiro realm configuration */ @Stateless public class SecurityRealm extends AuthorizingRealm {
From source file org.activiti.biz.security.shiro.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected ShiroService shiroService; /** * ?,.
From source file org.apache.geode.internal.security.shiro.CustomAuthRealm.java
public class CustomAuthRealm extends AuthorizingRealm { private static final String REALM_NAME = "CUSTOMAUTHREALM"; private SecurityManager securityManager = null;