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.mycompany.methotels.services.UserRealm.java

/**
 *
 * @author BASKETBALL IN HEART
 */
public class UserRealm extends AuthorizingRealm {

From source file com.myproject.poverty.console.config.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    public static final String HASH_ALGORITHM = "SHA-1";
    public static final int HASH_INTERATIONS = 1024;

    @Autowired

From source file com.mytest.myproject.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.nerv828.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.netsteadfast.greenstep.sys.GreenStepBaseAuthorizingRealm.java

public class GreenStepBaseAuthorizingRealm extends AuthorizingRealm {
    private IAccountService<AccountVO, TbAccount, String> accountService;
    private IUserRoleService<UserRoleVO, TbUserRole, String> userRoleService;
    private IRolePermissionService<RolePermissionVO, TbRolePermission, String> rolePermissionService;

    public GreenStepBaseAuthorizingRealm() {

From source file com.nicho.shops.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file com.oakeel.shiro.PtpRealm.java

/**
 *
 * @author root
 */
public class PtpRealm extends AuthorizingRealm {

From source file com.oakeel.shiro.realm.ptpRealm.java

/**
 *
 * @author root
 */
@Stateless
@LocalBean

From source file com.oakhole.auth.service.ShiroDbRealm.java

@SuppressWarnings("ALL")
public class ShiroDbRealm extends AuthorizingRealm {

    protected UserService userService;

    /**

From source file com.obal.web.shiro.AuthorRealm.java

/**
 * @author despird 2014-02-01
 * @version V0.1
 * */
public class AuthorRealm extends AuthorizingRealm {