Uses of Class
org.apache.shiro.realm.SimpleAccountRealm
-
Packages that use SimpleAccountRealm Package Description org.apache.shiro.realm.text Realms that acquire security data from text-based data sources such asFile
s or text streams. -
-
Uses of SimpleAccountRealm in org.apache.shiro.realm.text
Subclasses of SimpleAccountRealm in org.apache.shiro.realm.text Modifier and Type Class Description class
IniRealm
class
PropertiesRealm
ATextConfigurationRealm
that defers all logic to the parent class, but just enablesProperties
based configuration in addition to the parent class's String configuration.class
TextConfigurationRealm
A SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects created at startup.
-