Uses of Interface
org.apache.fulcrum.security.RoleManager
Packages that use RoleManager
Package
Description
-
Uses of RoleManager in org.apache.fulcrum.security
Fields in org.apache.fulcrum.security declared as RoleManagerModifier and TypeFieldDescriptionprotected RoleManager
BaseSecurityService.roleManager
The instance of RoleManager the SecurityService usesMethods in org.apache.fulcrum.security that return RoleManagerModifier and TypeMethodDescriptionBaseSecurityService.getRoleManager()
Returns the configured RoleManager.SecurityService.getRoleManager()
Returns the configured RoleManager. -
Uses of RoleManager in org.apache.fulcrum.security.model.turbine
Constructors in org.apache.fulcrum.security.model.turbine with parameters of type RoleManagerModifierConstructorDescriptionTurbineAccessControlListImpl
(Set<? extends TurbineUserGroupRole> turbineUserGroupRoleSet, GroupManager groupManager, RoleManager roleManager, TurbineModelManager modelManager, org.apache.avalon.framework.logger.Logger logger) Constructs a new AccessControlList. -
Uses of RoleManager in org.apache.fulcrum.security.spi
Classes in org.apache.fulcrum.security.spi that implement RoleManagerModifier and TypeClassDescriptionclass
This implementation keeps all objects in memory.Methods in org.apache.fulcrum.security.spi that return RoleManager