Uses of Class
org.apache.shiro.authz.SimpleRole
-
Packages that use SimpleRole Package Description org.apache.shiro.realm Components and sub-packages used in supporting the coreRealminterface. -
-
Uses of SimpleRole in org.apache.shiro.realm
Fields in org.apache.shiro.realm with type parameters of type SimpleRole Modifier and Type Field Description protected Map<String,SimpleRole>SimpleAccountRealm. rolesMethods in org.apache.shiro.realm that return SimpleRole Modifier and Type Method Description protected SimpleRoleSimpleAccountRealm. getRole(String rolename)Methods in org.apache.shiro.realm with parameters of type SimpleRole Modifier and Type Method Description protected voidSimpleAccountRealm. add(SimpleRole role)
-