Example usage for org.apache.shiro.realm.text IniRealm subclass-usage

List of usage examples for org.apache.shiro.realm.text IniRealm subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.realm.text IniRealm subclass-usage.

Usage

From source file at.pollux.thymeleaf.shiro.dialect.test.TestIniRealm.java

/**
 * @author art
 */
public class TestIniRealm extends IniRealm {

    private AtomicInteger counter = new AtomicInteger();

From source file at.pollux.thymeleaf.shiro.test.TestIniRealm.java

/**
 * @author art
 */
public class TestIniRealm extends IniRealm {

    private AtomicInteger counter = new AtomicInteger();

From source file com.glaf.shiro.MyIniRealm.java

public class MyIniRealm extends IniRealm {

    protected final static Log logger = LogFactory.getLog(MyIniRealm.class);

    public MyIniRealm() {
        super();

From source file me.buom.shiro.realm.text.HmacIniRealm.java

/**
 * Created by buom on 1/9/14.
 */
public class HmacIniRealm extends IniRealm implements HmacRealm {

    protected static final String DEFAULT_RESOURCE_PATH = "classpath:shiro-users.ini";

From source file org.icgc.dcc.submission.shiro.DccWrappingRealm.java

/**
 * Accesses user authentication and role authorizations from the realm.ini file.
 */
public class DccWrappingRealm extends IniRealm {

    private static final Logger log = LoggerFactory.getLogger(DccWrappingRealm.class);

From source file org.ow2.proactive.workflowcatalog.security.LoginConfigurationIniRealm.java

public class LoginConfigurationIniRealm extends IniRealm {

    private static final String KEY_VAL_SEPARATOR = ":";
    private String loginFilePath;
    private String groupsFilePath;
    private Ini ini;

From source file org.zunpeng.thymeleaf.shiro.dialect.test.TestIniRealm.java

/**
 *
 * @author art
 */
public class TestIniRealm extends IniRealm {