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 org.cyetstar.picasso.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected UserService userService;

    /**
     * ?,.

From source file org.eclipse.kapua.service.authorization.shiro.KapuaAuthorizingRealm.java

/**
 * JPA-based Apache Shiro {@link AuthorizingRealm} implementation.
 * 
 * @since 1.0
 * 
 */

From source file org.exoplatform.mongo.security.Realm.java

/**
 * @author <a href="mailto:sondn@exoplatform.com">Ngoc Son Dang</a>
 * @since Jul 13, 2013
 * @version 
 * 
 * @tag 

From source file org.exoplatform.shiro.realm.GateInRealm.java

/**
 * @author <a href="hoang281283@gmail.com">Minh Hoang TO</a>
 * @date 11/20/12
 */
public class GateInRealm extends AuthorizingRealm {
    private OrganizationService orgService;

From source file org.fcrepo.auth.webac.WebACAuthorizingRealm.java

/**
 * Authorization-only realm that performs authorization checks using WebAC ACLs stored in a Fedora repository. It
 * locates the ACL for the currently requested resource and parses the ACL RDF into a set of {@link WebACPermission}
 * instances.
 *
 * @author peichman

From source file org.graylog2.security.realm.MongoDbAuthorizationRealm.java

public class MongoDbAuthorizationRealm extends AuthorizingRealm {

    private static final Logger LOG = LoggerFactory.getLogger(MongoDbAuthorizationRealm.class);
    private final UserService userService;

    @Inject

From source file org.i3xx.step.zero.security.impl.shiro.NaMyRealm.java

public class NaMyRealm extends AuthorizingRealm {

    private String _salt;
    private String _hash;

    public NaMyRealm() {

From source file org.inwiss.platform.security.ShiroDbRealm.java

/**
 * The Spring/Hibernate sample application's one and only configured Apache Shiro Realm.
 *
 * <p>Because a Realm is really just a security-specific DAO, we could have just made Hibernate calls directly
 * in the implementation and named it a 'HibernateRealm' or something similar.</p>
 *

From source file org.isisaddons.module.security.shiro.IsisModuleSecurityRealm.java

public class IsisModuleSecurityRealm extends AuthorizingRealm {

    //region > constructor

    /**
     * Configures a {@link org.apache.shiro.authz.permission.PermissionResolver} that knows how to process the

From source file org.jahia.services.shindig.JahiaSecurityRealm.java

/**
 * Shiro Realm for Shindig
 * TODO This code doesn't really work yet.
 *
 * @author loom
 *         Date: Aug 19, 2009