Uses of Class
org.apache.shiro.authc.SimpleAccount

Packages that use SimpleAccount
org.apache.shiro.realm Components and sub-packages used in supporting the core Realm interface. 
 

Uses of SimpleAccount in org.apache.shiro.realm
 

Fields in org.apache.shiro.realm with type parameters of type SimpleAccount
protected  Map<String,SimpleAccount> SimpleAccountRealm.users
           
 

Methods in org.apache.shiro.realm that return SimpleAccount
protected  SimpleAccount SimpleAccountRealm.getUser(String username)
           
 

Methods in org.apache.shiro.realm with parameters of type SimpleAccount
protected  void SimpleAccountRealm.add(SimpleAccount account)
           
protected  String SimpleAccountRealm.getUsername(SimpleAccount account)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.