Uses of Interface
org.apache.fulcrum.security.model.basic.entity.BasicUser
-
Packages that use BasicUser Package Description org.apache.fulcrum.security.model.basic.entity.impl org.apache.fulcrum.security.model.dynamic.entity org.apache.fulcrum.security.model.dynamic.entity.impl -
-
Uses of BasicUser in org.apache.fulcrum.security.model.basic.entity.impl
Classes in org.apache.fulcrum.security.model.basic.entity.impl that implement BasicUser Modifier and Type Class Description class
BasicUserImpl
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.entity Modifier and Type Interface Description interface
DynamicUser
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 BasicUser Modifier and Type Class Description class
DynamicUserImpl
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.
-