List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file me.leep.wf.services.system.impl.TestShiroRealmImpl.java
/**
* ?,?. ? ????? http://shiro.apache.org/java-authentication-guide.html
*
* Subject Security specific user 'view' of an application user. It can be a human being, a third-party process,
* a server connecting to you application application, or even a cron job. Basically, it is anything or
* anyone communicating with your application.
From source file me.service.accout.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static JsonMapper mapper = JsonMapper.nonDefaultMapper(); @Autowired protected AccountService accountService; /**
From source file myStuff.rest.shiro.MyRealm.java
public class MyRealm extends AuthorizingRealm { @Override protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection principal) { String username = (String) principal.getPrimaryPrincipal(); if (username.equals("root")) {
From source file nam.doog.plan4u.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file net.bobstudio.so.security.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { private static Logger logger = LoggerFactory.getLogger(ShiroDbRealm.class); @Autowired protected AccountService accountService;
From source file net.chinaott.cms.web.module.account.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; @Autowired private ButtonService buttonService;
From source file net.cloudkit.enterprises.infrastructure.shiro.ShiroDbRealm.java
/**
* ShiroDbRealm.java
* PrincipalsSubject??Subject???????????????Subject?Principals?--???
* ?
* shiro??Shiro??--Subject??????ID
* ?Credentials?Subject???????????X.509?
From source file net.groupbuy.AuthenticationRealm.java
/**
* ???
*
* @author SHOP++ Team
* @version 3.0
*/
From source file net.maritimecloud.portal.infrastructure.security.shiro.MaritimeCloudIdentityRealm.java
/**
* Implementation of the Shiro Realm integrating into the MaritimeCloud identity repository.
* <p>
* The users in this realm uses password encryption. Shiro configuration (shiro.ini) must match this encryption algorithm.
* <p>
* @author Christoffer Brrild
From source file net.noday.core.security.ShiroDbRealm.java
/**
* cat ShiroDbRealm
*
* @author <a href="http://www.noday.net">Noday</a>
* @version , 2012-11-24
* @since