Uses of Class
org.apache.shiro.authc.SimpleAccount
-
Packages that use SimpleAccount Package Description org.apache.shiro.realm Components and sub-packages used in supporting the coreRealminterface. -
-
Uses of SimpleAccount in org.apache.shiro.realm
Fields in org.apache.shiro.realm with type parameters of type SimpleAccount Modifier and Type Field Description protected Map<String,SimpleAccount>SimpleAccountRealm. usersMethods in org.apache.shiro.realm that return SimpleAccount Modifier and Type Method Description protected SimpleAccountSimpleAccountRealm. getUser(String username)Methods in org.apache.shiro.realm with parameters of type SimpleAccount Modifier and Type Method Description protected voidSimpleAccountRealm. add(SimpleAccount account)protected StringSimpleAccountRealm. getUsername(SimpleAccount account)
-