Example usage for org.apache.shiro.cas CasRealm subclass-usage

List of usage examples for org.apache.shiro.cas CasRealm subclass-usage

Introduction

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

Usage

From source file com.axelor.auth.cas.AuthCasRealm.java

public class AuthCasRealm extends CasRealm {

    public static final String CONFIG_CAS_SERVER_PREFIX_URL = "cas.server.url.prefix";
    public static final String CONFIG_CAS_SERVICE = "cas.service";
    public static final String CONFIG_CAS_LOGIN_URL = "cas.login.url";
    public static final String CONFIG_CAS_LOGOUT_URL = "cas.logout.url";

From source file com.open.cas.shiro.ShiroDbRealm.java

public class ShiroDbRealm extends CasRealm {

    protected UserService userService;

    /**
     * ?,.

From source file net.cloudkit.enterprises.infrastructure.shiro.ShiroCasRealm.java

/**
 * ShiroCasRealm.java
 *
 * @author hongquanli <hongquanli@qq.com>
 * @version 1.0 20131030 ?11:56:14
 */

From source file org.springside.examples.quickstart.service.account.ShiroCasRealm.java

public class ShiroCasRealm extends CasRealm {

    protected AccountService accountService;

    /**
     * ?, ???.