Uses of Class
org.casbin.jcasbin.rbac.DefaultRoleManager
-
Packages that use DefaultRoleManager Package Description org.casbin.jcasbin.rbac -
-
Uses of DefaultRoleManager in org.casbin.jcasbin.rbac
Subclasses of DefaultRoleManager in org.casbin.jcasbin.rbac Modifier and Type Class Description class
ConditionalRoleManager
class
GroupRoleManager
GroupRoleManager is used for authorization if the user's group is the role who has permission, but the group information is in the default format (policy start with "g") and the role information is in named format (policy start with "g2", "g3", ...).Fields in org.casbin.jcasbin.rbac with type parameters of type DefaultRoleManager Modifier and Type Field Description private java.util.Map<java.lang.String,DefaultRoleManager>
DomainManager. rmMap
Methods in org.casbin.jcasbin.rbac that return DefaultRoleManager Modifier and Type Method Description private DefaultRoleManager
DomainManager. getRoleManager(java.lang.String domain, boolean store)
Methods in org.casbin.jcasbin.rbac with parameters of type DefaultRoleManager Modifier and Type Method Description (package private) void
DefaultRoleManager. copyFrom(DefaultRoleManager other)
-