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 eu.forgestore.ws.util.ShiroUTAuthorizingRealm.java

public class ShiroUTAuthorizingRealm extends AuthorizingRealm {

    private final List<String> requiredRoles = new ArrayList<String>();
    private static final transient Log logger = LogFactory.getLog(ShiroUTAuthorizingRealm.class.getName());

    private FStoreRepository fstoreRepositoryRef;

From source file fn.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file fuliao.fuliaozhijia.core.service.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {
    protected CoreUserService userService;

    /**
     * ?,.
     */

From source file fxc.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file gov.guilin.AuthenticationRealm.java

/**
 * ???
 * 
 * @author guilin
 * @version
 */

From source file gr.upatras.ece.nam.baker.util.ShiroUTAuthorizingRealm.java

public class ShiroUTAuthorizingRealm extends AuthorizingRealm {

    private final List<String> requiredRoles = new ArrayList<String>();
    private static final transient Log logger = LogFactory.getLog(ShiroUTAuthorizingRealm.class.getName());

    private BakerRepository bakerRepositoryRef;

From source file graphene.security.integrated.GrapheneSecurityRealm.java

/**
 * A Realm is Shiro terminology for a specialized DAO type object that knows how
 * to deal with Users, Roles, and Permissions. In online examples this is
 * sometimes done by called a different DAO for each of those object types.
 * 
 * With Graphene, we already had a similar object called G_UserDataAccess, which

From source file graphene.security.noop.NoSecurityRealm.java

/**
 * A Realm is Shiro terminology for a specialized DAO type object that knows how
 * to deal with Users, Roles, and Permissions. In online examples this is
 * sometimes done by called a different DAO for each of those object types.
 * 
 * With Graphene, we already had a similar object called G_UserDataAccess, which

From source file graphene.security.tomcat.preaa.PreAASecurityRealm.java

/**
 * A Realm is Shiro terminology for a specialized DAO type object that knows how
 * to deal with Users, Roles, and Permissions. In online examples this is
 * sometimes done by called a different DAO for each of those object types.
 * 
 * With Graphene, we already had a similar object called G_UserDataAccess, which

From source file hn.travel.persist.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.