-
Subinterfaces of TurbineUserGroupRoleEntity in org.apache.fulcrum.security.model.turbine.entity
Modifier and Type |
Interface |
Description |
interface |
TurbineGroup |
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.
|
interface |
TurbineRole |
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.
|
interface |
TurbineUser |
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.
|
-
Classes in org.apache.fulcrum.security.model.turbine.entity.impl that implement TurbineUserGroupRoleEntity
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 |
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.
|