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 biz.neustar.nexus.plugins.gitlab.GitlabAuthenticatingRealm.java

@Component(role = Realm.class, hint = GitlabAuthenticatingRealm.ROLE, description = "Gitlab Token Authentication Realm")
public class GitlabAuthenticatingRealm extends AuthorizingRealm implements Initializable, Disposable {

    public static final String GITLAB_MSG = "[Gitlab] ";
    public static final String ROLE = "NexusGitlabAuthenticationRealm";
    private static final String DEFAULT_MESSAGE = "Could not retrieve info from Gitlab.";

From source file br.com.betsportclub.controller.security.SecurityRealm.java

/**
 * Realm that allows authentication and authorization via JDBC calls.  The default queries suggest a potential schema
 * for retrieving the user's password for authentication, and querying for a user's roles and permissions.  The
 * default queries can be overridden by setting the query properties of the realm.
 * <p/>
 * If the default implementation

From source file br.com.criativasoft.opendevice.restapi.auth.AbstractAuthorizingRealm.java

/**
 * @author Ricardo JL Rufino
 * @date 17/10/16
 */
public abstract class AbstractAuthorizingRealm extends AuthorizingRealm {

From source file cc.rainier.fss.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cc.sion.base.auth.shiro.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    @Autowired
    protected IAccountService accountService;

    /*

From source file cn.aozhi.songify.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cn.cdwx.jpa.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file cn.com.axiom.system.security.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    private UserService userService;

    // private SysLogService sysLogService;

From source file cn.com.infcn.ade.system.service.UserRealm.java

/**
 * ?service(shrioRealm)
 * @author WChao
 * @date 2015114
 */
@Service

From source file cn.com.qiqi.order.web.system.security.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    private UserService userService;

    private SysLogService sysLogService;