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

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

Introduction

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

Usage

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

public class MyPropertiesRealm extends PropertiesRealm {

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

    public MyPropertiesRealm() {
        super();

From source file com.meltmedia.cadmium.servlets.shiro.PersistablePropertiesRealm.java

/**
 * A Shiro PropertiesRealm that allows runtime programatic acount information updates. 
 * 
 * @author John McEntire
 *
 */

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

/**
 * Created by buom on 1/13/14.
 */
public class HmacPropertiesRealm extends PropertiesRealm implements HmacRealm {

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

From source file org.tynamo.shiro.extension.realm.text.ExtendedPropertiesRealm.java

/**
 * Fixes some bugs with {@link org.apache.shiro.realm.text.PropertiesRealm}
 *
 */
public class ExtendedPropertiesRealm extends PropertiesRealm {