Uses of Interface
org.apache.fulcrum.security.model.dynamic.entity.DynamicRole
-
Packages that use DynamicRole Package Description org.apache.fulcrum.security.model.dynamic.entity.impl -
-
Uses of DynamicRole in org.apache.fulcrum.security.model.dynamic.entity.impl
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement DynamicRole Modifier and Type Class Description class
DynamicRoleImpl
Represents the "simple" model where permissions are related to roles, roles are related to groups and groups are related to users, all in many to many relationships.
-