Example usage for org.apache.shiro.realm AuthorizingRealm subclass-usage

List of usage examples for org.apache.shiro.realm AuthorizingRealm subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.realm AuthorizingRealm subclass-usage.

Usage

From source file com.wegas.core.security.facebook.FacebookRealm.java

/**
 *
 * @author Francois-Xavier Aeberhard <fx@red-agent.com>
 */
public class FacebookRealm extends AuthorizingRealm {

From source file com.wegas.core.security.guest.GuestRealm.java

/**
 *
 * @author Francois-Xavier Aeberhard <fx@red-agent.com>
 */
public class GuestRealm extends AuthorizingRealm {

From source file com.wegas.core.security.jparealm.JpaRealm.java

/**
 *
 * @author Francois-Xavier Aeberhard <fx@red-agent.com>
 */
public class JpaRealm extends AuthorizingRealm {

From source file com.whale.eos.service.org.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected IEosEmpService eosEmpService;
    protected IEosMenuService eosMenuService;
    protected IEosUserService eosUserService;
    protected boolean useCaptcha = false;

From source file com.whty.admin.controller.UserRealm.java

public class UserRealm extends AuthorizingRealm {

    @Autowired
    private UserService userService;

    /**

From source file com.wismay.erp.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.wismay.pms.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.withub.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.wms.studio.realm.UserRealm.java

 /**
  * @author WMS
  * 
  */
 public class UserRealm extends AuthorizingRealm {

From source file com.wqm.service.account.ShiroDbRealm.java

@Component
public class ShiroDbRealm extends AuthorizingRealm {

    private final static Logger logger = LoggerFactory.getLogger(ShiroDbRealm.class);

    @Autowired