List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file com.ibs.eshop.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.ikanow.aleph2.security.service.CoreRealm.java
public class CoreRealm extends AuthorizingRealm implements IClearableRealmCache { private static final Logger logger = LogManager.getLogger(CoreRealm.class); protected Map<String, List<String>> roles = new HashMap<String, List<String>>(); protected Map<String, List<String>> permissions = new HashMap<String, List<String>>(); protected static Map<String, String> userNamePasswords = new HashMap<String, String>();
From source file com.ikanow.aleph2.security.service.IkanowV1Realm.java
public class IkanowV1Realm extends AuthorizingRealm implements IClearableRealmCache { private static final Logger logger = LogManager.getLogger(IkanowV1Realm.class); protected final IServiceContext _context; protected IManagementDbService _core_management_db = null; protected IManagementDbService _underlying_management_db = null;
From source file com.ikanow.aleph2.security.shiro.ActiveSessionRealm.java
/** * Class checks against an active session. =Functionality might not be necessary if the SessionDAO works. * @author jfreydank * */ public class ActiveSessionRealm extends AuthorizingRealm implements IClearableRealmCache {
From source file com.imgeeks.shiro.UserRealm.java
/**
* realm
*
* @author ?
* @since V1.0
*
From source file com.ineunet.knife.security.service.DefaultRealm.java
/**
*
* Multi-tenant realm<br>
*
* @author Hilbert
*
From source file com.infotop.system.account.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.iotekclass.webcommon.security.ShiroDbRealm.java
/**
* ?
*
* @author ZengAihui
*
*/
From source file com.iptv.gameportal.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file com.iscas.rent.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.