Uses of Interface
org.apache.fulcrum.security.entity.SecurityEntity
Packages that use SecurityEntity
Package
Description
-
Uses of SecurityEntity in org.apache.fulcrum.security.entity
Subinterfaces of SecurityEntity in org.apache.fulcrum.security.entityModifier and TypeInterfaceDescriptioninterface
This interface represents the extended functionality of a user.interface
This class represents a Group of Users in the system that are associated with specific entity or resource.interface
This class represents the a permissions..interface
This class represents a role played by the User associated with the current Session.interface
This interface represents the basic functionality of a user. -
Uses of SecurityEntity in org.apache.fulcrum.security.entity.impl
Classes in org.apache.fulcrum.security.entity.impl that implement SecurityEntityModifier and TypeClassDescriptionclass
Base class for all objects implementing SecurityEnitity. -
Uses of SecurityEntity in org.apache.fulcrum.security.model.basic.entity
Subinterfaces of SecurityEntity in org.apache.fulcrum.security.model.basic.entityModifier and TypeInterfaceDescriptioninterface
Represents the "basic" model where users are part of groups, but nothing else.interface
Represents the "basic" model where users can be part of multiple groups directly, with no roles or permissions. -
Uses of SecurityEntity in org.apache.fulcrum.security.model.basic.entity.impl
Classes in org.apache.fulcrum.security.model.basic.entity.impl that implement SecurityEntityModifier and TypeClassDescriptionclass
Represents the "basic" model where users are part of groups, but nothing else.class
Represents the "basic" model where users can be part of multiple groups directly, with no roles or permissions. -
Uses of SecurityEntity in org.apache.fulcrum.security.model.dynamic.entity
Subinterfaces of SecurityEntity in org.apache.fulcrum.security.model.dynamic.entityModifier and TypeInterfaceDescriptioninterface
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
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
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
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. -
Uses of SecurityEntity in org.apache.fulcrum.security.model.dynamic.entity.impl
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement SecurityEntityModifier and TypeClassDescriptionclass
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
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
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
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. -
Uses of SecurityEntity in org.apache.fulcrum.security.model.turbine.entity
Subinterfaces of SecurityEntity in org.apache.fulcrum.security.model.turbine.entityModifier and TypeInterfaceDescriptioninterface
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
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
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
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. -
Uses of SecurityEntity in org.apache.fulcrum.security.model.turbine.entity.impl
Classes in org.apache.fulcrum.security.model.turbine.entity.impl that implement SecurityEntityModifier and TypeClassDescriptionclass
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
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
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
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
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. -
Uses of SecurityEntity in org.apache.fulcrum.security.util
Classes in org.apache.fulcrum.security.util with type parameters of type SecurityEntityModifier and TypeClassDescriptionclass
SecuritySet<T extends SecurityEntity>
This class represents a set of Security Entities.