Uses of Class
org.casbin.jcasbin.rbac.DefaultRoleManager
Packages that use DefaultRoleManager
-
Uses of DefaultRoleManager in org.casbin.jcasbin.rbac
Subclasses of DefaultRoleManager in org.casbin.jcasbin.rbacModifier and TypeClassDescriptionclass
class
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 DefaultRoleManagerMethods in org.casbin.jcasbin.rbac that return DefaultRoleManagerModifier and TypeMethodDescriptionprivate DefaultRoleManager
DomainManager.getRoleManager
(String domain, boolean store) Methods in org.casbin.jcasbin.rbac with parameters of type DefaultRoleManagerModifier and TypeMethodDescription(package private) void
DefaultRoleManager.copyFrom
(DefaultRoleManager other)