Uses of Interface
org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntity
-
Packages that use TurbineUserGroupRoleEntity Package Description org.apache.fulcrum.security.model.turbine.entity org.apache.fulcrum.security.model.turbine.entity.impl -
-
Uses of TurbineUserGroupRoleEntity in org.apache.fulcrum.security.model.turbine.entity
Subinterfaces of TurbineUserGroupRoleEntity in org.apache.fulcrum.security.model.turbine.entity Modifier and Type Interface Description interfaceTurbineGroupRepresents 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.interfaceTurbineRoleRepresents 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.interfaceTurbineUserRepresents 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. -
Uses of TurbineUserGroupRoleEntity in org.apache.fulcrum.security.model.turbine.entity.impl
Classes in org.apache.fulcrum.security.model.turbine.entity.impl that implement TurbineUserGroupRoleEntity 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.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.
-