Package org.apache.shiro.realm.text

Realms that acquire security data from text-based data sources such as Files or text streams.

See:
          Description

Class Summary
IniRealm A Realm implementation that creates SimpleAccount instances based on Ini configuration.
PropertiesRealm A TextConfigurationRealm that defers all logic to the parent class, but just enables Properties based configuration in addition to the parent class's String configuration.
TextConfigurationRealm A SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects created at startup.
 

Package org.apache.shiro.realm.text Description

Realms that acquire security data from text-based data sources such as Files or text streams.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.