-
Subinterfaces of SecurityEntity in org.apache.fulcrum.security.entity
Modifier and Type |
Interface |
Description |
interface |
ExtendedUser |
This interface represents the extended functionality of a user.
|
interface |
Group |
This class represents a Group of Users in the system that are associated with
specific entity or resource.
|
interface |
Permission |
This class represents the a permissions..
|
interface |
Role |
This class represents a role played by the User associated with the current
Session.
|
interface |
User |
This interface represents the basic functionality of a user.
|
-
-
-
-
Subinterfaces of SecurityEntity in org.apache.fulcrum.security.model.dynamic.entity
Modifier and Type |
Interface |
Description |
interface |
DynamicGroup |
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.
|
interface |
DynamicPermission |
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.
|
interface |
DynamicRole |
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.
|
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.
|
-
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement SecurityEntity
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.
|
-
Subinterfaces of SecurityEntity 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 |
TurbinePermission |
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 SecurityEntity
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.
|
-