Uses of Class
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
-
-
Uses of SecurityEntityImpl in org.apache.fulcrum.security.model.basic.entity.impl
Subclasses of SecurityEntityImpl in org.apache.fulcrum.security.model.basic.entity.impl Modifier and Type Class Description classBasicGroupImplRepresents the "basic" model where users are part of groups, but nothing else.classBasicUserImplRepresents the "basic" model where users can be part of multiple groups directly, with no roles or permissions. -
Uses of SecurityEntityImpl in org.apache.fulcrum.security.model.dynamic.entity.impl
Subclasses of SecurityEntityImpl in org.apache.fulcrum.security.model.dynamic.entity.impl Modifier and Type Class Description classDynamicGroupImplRepresents the "dynamic" model where permissions are related to roles, roles are related to groups and groups are related to userSet, all in many to many relationships.classDynamicPermissionImplRepresents 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.classDynamicRoleImplRepresents 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.classDynamicUserImplRepresents 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 SecurityEntityImpl in org.apache.fulcrum.security.model.turbine.entity.impl
Subclasses of SecurityEntityImpl in org.apache.fulcrum.security.model.turbine.entity.impl Modifier and Type Class Description classAbstractTurbineSecurityEntityImplRepresents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships.classTurbineGroupImplRepresents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships.classTurbinePermissionImplRepresents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships.classTurbineRoleImplRepresents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships.classTurbineUserImplRepresents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships.
-