-
-
Subclasses of SecurityEntityImpl in org.apache.fulcrum.security.model.dynamic.entity.impl
Modifier and Type |
Class |
Description |
class |
DynamicGroupImpl |
Represents 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.
|
class |
DynamicPermissionImpl |
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.
|
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.
|
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.
|
-
Subclasses of SecurityEntityImpl in org.apache.fulcrum.security.model.turbine.entity.impl
Modifier and Type |
Class |
Description |
class |
AbstractTurbineSecurityEntityImpl |
Represents 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.
|
class |
TurbineGroupImpl |
Represents 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.
|
class |
TurbinePermissionImpl |
Represents 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.
|
class |
TurbineRoleImpl |
Represents 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.
|
class |
TurbineUserImpl |
Represents 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.
|