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.qi4j.library.shiro.realms.AbstractQi4jRealm.java

public abstract class AbstractQi4jRealm extends AuthorizingRealm implements RealmActivator {

    private static final Logger LOGGER = LoggerFactory.getLogger(Shiro.LOGGER_NAME);
    @Structure
    protected UnitOfWorkFactory uowf;

From source file org.qifu.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 org.railway.com.trainplan.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.

From source file org.restcomm.connect.dao.entities.shiro.Realm.java

/**
 * @author quintana.thomas@gmail.com (Thomas Quintana)
 */
@ThreadSafe
public final class Realm extends AuthorizingRealm {
    private volatile Map<String, SimpleRole> roles;

From source file org.restcomm.sbc.bo.shiro.Realm.java

/**
 * @author quintana.thomas@gmail.com (Thomas Quintana)
 */
@ThreadSafe
public final class Realm extends AuthorizingRealm {

From source file org.seedstack.seed.security.internal.realms.ShiroRealmAdapter.java

/**
 * Realm adapter for Shiro.<br>
 * Uses a Realm from the api and is functional with Shiro.
 * 
 * @author yves.dautremay@mpsa.com
 */

From source file org.seedstack.seed.security.internal.ShiroRealmAdapter.java

class ShiroRealmAdapter extends AuthorizingRealm {
    private Realm realm;

    @SuppressWarnings("rawtypes")
    @Inject
    private Set<PrincipalCustomizer> principalCustomizers;

From source file org.smallmind.nutsnbolts.shiro.realm.LdapAuthorizingRealm.java

public abstract class LdapAuthorizingRealm extends AuthorizingRealm {

    public abstract void setConnectionDetails(LdapConnectionDetails connectionDetails);

    public abstract void setSearchPath(String searchPath);
}

From source file org.smartloli.kafka.eagle.web.sso.filter.SSORealm.java

/**
 * Verify access requests and their access rights.
 * 
 * @author smartloli.
 *
 *         Created by May 17, 2017

From source file org.sns.server.service.account.ShiroDbRealm.java

public class ShiroDbRealm extends AuthorizingRealm {

    protected AccountService accountService;

    /**
     * ?,.