List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage
From source file org.jboss.aerogear.security.shiro.authz.SecurityRealm.java
/** * Shiro realm configuration */ public class SecurityRealm extends AuthorizingRealm { @Inject
From source file org.jcms.system.web.realm.ManagerRealm.java
/** * @Author Abihu[?] - - -2017313-?12:09:42 * @Info http://www.abihu.org * @Description: */ public class ManagerRealm extends AuthorizingRealm {
From source file org.jessezhu.starriver.service.impl.ShiroDbRealm.java
@Service public class ShiroDbRealm extends AuthorizingRealm { @Autowired protected AccountService accountService;
From source file org.jymf.service.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { @Override protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection arg0) { // TODO Auto-generated method stub return null;
From source file org.kee.ssf.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file org.killbill.billing.util.security.shiro.realm.KillBillOktaRealm.java
public class KillBillOktaRealm extends AuthorizingRealm { private static final Logger log = LoggerFactory.getLogger(KillBillOktaRealm.class); private static final ObjectMapper mapper = new ObjectMapper(); private static final int DEFAULT_TIMEOUT_SECS = 15; private static final Splitter SPLITTER = Splitter.on(',').omitEmptyStrings().trimResults();
From source file org.koala.locust.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file org.lazulite.boot.autoconfigure.osaam.shiro.realm.UserRealm.java
public class UserRealm extends AuthorizingRealm { private static final Logger log = LoggerFactory.getLogger("es-error"); private static final String OR_OPERATOR = " or "; private static final String AND_OPERATOR = " and ";
From source file org.lexuewang.gateway.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.
From source file org.loyy.service.account.ShiroDbRealm.java
public class ShiroDbRealm extends AuthorizingRealm { protected AccountService accountService; /** * ?,.