Uses of Class
org.apache.shiro.realm.text.TextConfigurationRealm
-
Packages that use TextConfigurationRealm Package Description org.apache.shiro.realm.text Realms that acquire security data from text-based data sources such asFiles or text streams. -
-
Uses of TextConfigurationRealm in org.apache.shiro.realm.text
Subclasses of TextConfigurationRealm in org.apache.shiro.realm.text Modifier and Type Class Description classIniRealmclassPropertiesRealmATextConfigurationRealmthat defers all logic to the parent class, but just enablesPropertiesbased configuration in addition to the parent class's String configuration.
-