Uses of Interface
org.apache.fulcrum.security.GroupManager
-
-
Uses of GroupManager in org.apache.fulcrum.security
Fields in org.apache.fulcrum.security declared as GroupManager Modifier and Type Field Description protected GroupManagerBaseSecurityService. groupManagerThe instance of GroupManager the SecurityService usesMethods in org.apache.fulcrum.security that return GroupManager Modifier and Type Method Description GroupManagerBaseSecurityService. getGroupManager()Returns the configured GroupManager.GroupManagerSecurityService. getGroupManager()Returns the configured GroupManager. -
Uses of GroupManager in org.apache.fulcrum.security.memory
Classes in org.apache.fulcrum.security.memory that implement GroupManager Modifier and Type Class Description classMemoryGroupManagerImplThis implementation keeps all objects in memory. -
Uses of GroupManager in org.apache.fulcrum.security.model.turbine
Constructors in org.apache.fulcrum.security.model.turbine with parameters of type GroupManager Constructor Description TurbineAccessControlListImpl(Set<? extends TurbineUserGroupRole> turbineUserGroupRoleSet, GroupManager groupManager, RoleManager roleManager, TurbineModelManager modelManager, org.apache.avalon.framework.logger.Logger logger)Constructs a new AccessControlList. -
Uses of GroupManager in org.apache.fulcrum.security.spi
Classes in org.apache.fulcrum.security.spi that implement GroupManager Modifier and Type Class Description classAbstractGroupManagerThis implementation keeps all objects in memory.Methods in org.apache.fulcrum.security.spi that return GroupManager Modifier and Type Method Description protected GroupManagerAbstractManager. getGroupManager() -
Uses of GroupManager in org.apache.fulcrum.security.torque
Classes in org.apache.fulcrum.security.torque that implement GroupManager Modifier and Type Class Description classTorqueAbstractGroupManagerThis implementation persists to a database via Torque. -
Uses of GroupManager in org.apache.fulcrum.security.torque.basic
Classes in org.apache.fulcrum.security.torque.basic that implement GroupManager Modifier and Type Class Description classTorqueBasicGroupManagerImplThis implementation persists to a database via Torque. -
Uses of GroupManager in org.apache.fulcrum.security.torque.dynamic
Classes in org.apache.fulcrum.security.torque.dynamic that implement GroupManager Modifier and Type Class Description classTorqueDynamicGroupManagerImplThis implementation persists to a database via Torque. -
Uses of GroupManager in org.apache.fulcrum.security.torque.peer.managers
Classes in org.apache.fulcrum.security.torque.peer.managers that implement GroupManager Modifier and Type Class Description classPeerGroupManagerThis implementation persists to a database via Torque. -
Uses of GroupManager in org.apache.fulcrum.security.torque.turbine
Classes in org.apache.fulcrum.security.torque.turbine that implement GroupManager Modifier and Type Class Description classTorqueTurbineGroupManagerImplThis implementation persists to a database via Torque.
-