List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.surfilter.flood.maintain.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.sxdx.lol.shiro.ShiroDbRealm.java
/**
* ???
*
* @author SHOP++ Team
* @version 3.0
*/
From source file com.sz.hm.core.security.shiro.SystemAuthorizingRealm.java
/**
* ?
* @author ?
* @version 2014-5-29
*/
@Service
From source file com.teambition.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.teemo.core.security.ShiroSecurityRealm.java
public class ShiroSecurityRealm extends AuthorizingRealm { @Resource private UserService userService; @Resource private AuthorizationService authService;
From source file com.tensorwrench.shiro.realm.MongoUserPasswordRealm.java
/**
* Does authentication and authorization from a MongoDB.
* Expects the documents to have a several fields:
* <ul>
* <li> passwordAuthentication - object with authentication info
* <ul>
From source file com.thesett.util.security.realm.ShiroDBRealm.java
/**
* ShiroDBRealm implements a Shiro realm that looks up users and their roles in the database using a
* {@link UserSecurityDAO}.
*
* <pre><p/><table id="crc"><caption>CRC Card</caption>
* <tr><th> Responsibilities </th><th> Collaborations </th>
From source file com.thesett.util.security.realm.ShiroJWTRealm.java
/**
* ShiroJWTRealm implements a Shiro realm that looks verifies users and their roles and permissions from a JWT token.
*
* <pre><p/><table id="crc"><caption>CRC Card</caption>
* <tr><th> Responsibilities </th><th> Collaborations </th>
* <tr><td> Verify a user by JWT token. </td><td> </td></tr>
From source file com.thinkgem.jeesite.modules.sys.security.PhoneAuthorizingRealm.java
/**
* ?
* @author ThinkGem
* @version 2013-5-29
*/
@Service
From source file com.thinkgem.jeesite.modules.sys.security.SystemRealm.java
/**
* ?
*
* @author ThinkGem
* @version 2013-01-15
*/