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 coreRealm
interface. -
-
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. users
Methods in org.apache.shiro.realm that return SimpleAccount Modifier and Type Method Description protected SimpleAccount
SimpleAccountRealm. getUser(String username)
Methods in org.apache.shiro.realm with parameters of type SimpleAccount Modifier and Type Method Description protected void
SimpleAccountRealm. add(SimpleAccount account)
protected String
SimpleAccountRealm. getUsername(SimpleAccount account)
-