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.oms.modules.sys.security.SystemAuthorizingRealm.java

/**
 * ?
 * @author ThinkGem
 * @version 2013-5-29
 */
@Service

From source file com.ourlife.dev.modules.sys.security.SystemAuthorizingRealm.java

/**
 * ?
 * @author ourlife
 * @version 2013-5-29
 */
@Service

From source file com.pansky.integration.modules.sys.security.SystemAuthorizingRealm.java

/**
 * ?
 * @author ThinkGem
 * @version 2013-5-29
 */
@Service

From source file com.parallax.server.blocklyprop.security.CloudSessionAuthenticationRealm.java

/**
 * Interface to the Cloud Session server authentication service
 * <p>
 * Additional notes:
 * 
 * An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding

From source file com.parallax.server.blocklypropauth.security.SimpleAuthenticationRealm.java

/**
 *
 * @author Michel
 */
public class SimpleAuthenticationRealm extends AuthorizingRealm {

From source file com.pay.admin.service.framework.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    /**
     * AuthenticationSubject??????.
     */
    public static class ShiroUser implements Serializable {
        private static final long serialVersionUID = -7996615988682341425L;

From source file com.pay.server.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    protected AccountService accountService;

    /**
     * ?,.
     */

From source file com.performance.dashboard.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.personal.shiro.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.pingunaut.nexus3.crowd.plugin.CrowdAuthenticatingRealm.java

/**
 * The Class CrowdAuthenticatingRealm.
 */
@Singleton
@Named
@Description("Crowd Authentication Realm")