List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.beginner.core.shiro.BeginnerRealm.java
/**
* <b>??</b>BeginnerRealm<br/>
* <b>??</b><br/>
* <b></b>Hsiao Lin Studio<br/>
* <b></b><br/>
* <b></b>20150521 ?6:18:18<br/>
From source file com.bennavetta.appsite.security.ObjectifyRealm.java
public class ObjectifyRealm extends AuthorizingRealm { private static final String REALM_NAME = "objectify"; private Logger log = LoggerFactory.getLogger(getClass()); public ObjectifyRealm() {
From source file com.bill99.yn.webmgmt.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.biu.core.shiro.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static Logger log = LoggerFactory.getLogger(ShiroDbRealm.class); /** * ? */
From source file com.blazarquant.bfp.core.security.config.DatabaseUserRealm.java
/** * @author Wojciech Zankowski */ public class DatabaseUserRealm extends AuthorizingRealm { public static final String REALM_NAME = "User Realm";
From source file com.caricah.iotracah.bootstrap.security.realm.IOTAbstractRealm.java
/** * @author <a href="mailto:bwire@caricah.com"> Peter Bwire </a> * @version 1.0 10/6/15 */ public abstract class IOTAbstractRealm extends AuthorizingRealm {
From source file com.cc.framework.security.AuthenticationRealm.java
/** * ??? * * @version 3.0 */ @Service("authenticationRealm")
From source file com.ceecloud.shiro.CasRealm.java
/**
* This realm implementation acts as a CAS client to a CAS server for authentication and basic authorization.
* <p/>
* This realm functions by inspecting a submitted {@link CasToken CasToken} (which essentially
* wraps a CAS service ticket) and validates it against the CAS server using a configured CAS
* {@link TicketValidator TicketValidator}.
From source file com.cetian.module.plat.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected SystemUserService systemUserService; /** * ?,.
From source file com.cetian.module.weixin.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected WeixinUserService weixinUserService; /** * ?,.