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 coreRealm
interface. -
-
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. roles
Methods in org.apache.shiro.realm that return SimpleRole Modifier and Type Method Description protected SimpleRole
SimpleAccountRealm. getRole(String rolename)
Methods in org.apache.shiro.realm with parameters of type SimpleRole Modifier and Type Method Description protected void
SimpleAccountRealm. add(SimpleRole role)
-