List of usage examples for org.apache.shiro.realm.text TextConfigurationRealm subclass-usage
From source file me.buom.shiro.realm.text.HmacTextConfigurationRealm.java
/** * Created by buom on 1/13/14. */ public class HmacTextConfigurationRealm extends TextConfigurationRealm implements HmacRealm { private static final Logger log = LoggerFactory.getLogger(HmacTextConfigurationRealm.class);
From source file org.apache.zeppelin.utils.ZeppelinRealm.java
/**
* A {@link org.apache.shiro.realm.Realm Realm} implementation that creates {@link
* org.apache.shiro.authc.SimpleAccount SimpleAccount} instances based on {@link Ini}
* configuration.
* <p/>
* This implementation looks for two {@link Ini.Section sections} in the {@code Ini} configuration:
From source file org.jahia.services.security.shiro.SpringTextConfigurationRealm.java
/**
* Completes the parent implementation by performing initialization on Spring
* bean creation.
*
* @see TextConfigurationRealm for details
* @author Sergiy Shyrkov
From source file org.mule.module.shiro.TextConfigurationRealm.java
/** * A class which initializes the user/role definitions. See SHIRO-228. */ public class TextConfigurationRealm extends org.apache.shiro.realm.text.TextConfigurationRealm { @Override