List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.zxy.commons.web.security.AbstractCustomerShiroDbRealm.java
/**
* ?
*
* <p>
* <a href="AbstractCustomerShiroDbRealm.java"><i>View Source</i></a>
*
From source file com.zzcm.admonitor.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.zzcm.fourgad.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.zzd.recommend.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.zzxhdzj.ctsync.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file ddf.security.service.impl.AbstractAuthorizingRealm.java
/** * Abstraction class used to perform authorization for a realm. This class contains generic methods * that can be used to parse out the credentials from an incoming security token. It also handles * caching tokens for later use. */ public abstract class AbstractAuthorizingRealm extends AuthorizingRealm {
From source file de.fatalix.app.bl.authentication.JPARealm.java
/** * * @author felix.husse */ public class JPARealm extends AuthorizingRealm {
From source file de.fatalix.bookery.bl.authentication.JPARealm.java
/** * * @author felix.husse */ public class JPARealm extends AuthorizingRealm {
From source file de.iai.ilcd.security.IlcdSecurityRealm.java
/** * Security Realm for shiro. Please note that some code fragments were copied (and modified) * from {@link AuthorizingRealm} in order to enable permission checking for guests. */ public class IlcdSecurityRealm extends org.apache.shiro.realm.AuthorizingRealm {
From source file de.lemo.apps.services.security.BasicSecurityRealm.java
/** * Helper for user authentication * */ public class BasicSecurityRealm extends AuthorizingRealm {