Uses of Interface
org.apache.fulcrum.security.UserManager
-
Packages that use UserManager Package Description org.apache.fulcrum.security org.apache.fulcrum.security.model.turbine org.apache.fulcrum.security.spi -
-
Uses of UserManager in org.apache.fulcrum.security
Fields in org.apache.fulcrum.security declared as UserManager Modifier and Type Field Description protected UserManager
BaseSecurityService. userManager
The instance of UserManager the SecurityService usesMethods in org.apache.fulcrum.security that return UserManager Modifier and Type Method Description UserManager
BaseSecurityService. getUserManager()
Returns the configured UserManager.UserManager
SecurityService. getUserManager()
Returns the configured UserManager. -
Uses of UserManager in org.apache.fulcrum.security.model.turbine
Subinterfaces of UserManager in org.apache.fulcrum.security.model.turbine Modifier and Type Interface Description interface
TurbineUserManager
This interface describes the methods that glue the "turbine" model together. -
Uses of UserManager in org.apache.fulcrum.security.spi
Classes in org.apache.fulcrum.security.spi that implement UserManager Modifier and Type Class Description class
AbstractUserManager
This implementation keeps all objects in memory.Methods in org.apache.fulcrum.security.spi that return UserManager Modifier and Type Method Description protected UserManager
AbstractManager. getUserManager()
-