Uses of Interface
org.apache.fulcrum.security.model.basic.entity.BasicUser
Packages that use BasicUser
Package
Description
-
Uses of BasicUser in org.apache.fulcrum.security.model.basic.entity.impl
Classes in org.apache.fulcrum.security.model.basic.entity.impl that implement BasicUserModifier and TypeClassDescriptionclass
Represents the "basic" model where users can be part of multiple groups directly, with no roles or permissions. -
Uses of BasicUser in org.apache.fulcrum.security.model.dynamic.entity
Subinterfaces of BasicUser in org.apache.fulcrum.security.model.dynamic.entityModifier and TypeInterfaceDescriptioninterface
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. -
Uses of BasicUser in org.apache.fulcrum.security.model.dynamic.entity.impl
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement BasicUserModifier and TypeClassDescriptionclass
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.