Uses of Class
org.apache.shiro.authz.SimpleRole

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

Uses of SimpleRole in org.apache.shiro.realm
 

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

Methods in org.apache.shiro.realm that return SimpleRole
protected  SimpleRole SimpleAccountRealm.getRole(String rolename)
           
 

Methods in org.apache.shiro.realm with parameters of type SimpleRole
protected  void SimpleAccountRealm.add(SimpleRole role)
           
 



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