Uses of Class
org.apache.shiro.authc.SimpleAccount
Packages that use SimpleAccount
-
Uses of SimpleAccount in org.apache.shiro.realm
Fields in org.apache.shiro.realm with type parameters of type SimpleAccountModifier and TypeFieldDescriptionprotected final Map<String, SimpleAccount> SimpleAccountRealm.usersusername-to-SimpleAccount.Methods in org.apache.shiro.realm that return SimpleAccountMethods in org.apache.shiro.realm with parameters of type SimpleAccountModifier and TypeMethodDescriptionprotected voidSimpleAccountRealm.add(SimpleAccount account) protected StringSimpleAccountRealm.getUsername(SimpleAccount account)