Uses of Interface
org.javlo.user.IUserFactory
-
Packages that use IUserFactory Package Description org.javlo.context org.javlo.module.user org.javlo.user -
-
Uses of IUserFactory in org.javlo.context
Methods in org.javlo.context that return IUserFactory Modifier and Type Method Description IUserFactory
GlobalContext. getUserFactory(javax.servlet.http.HttpSession session)
-
Uses of IUserFactory in org.javlo.module.user
Methods in org.javlo.module.user that return IUserFactory Modifier and Type Method Description IUserFactory
UserModuleContext. getUserFactory(ContentContext ctx)
-
Uses of IUserFactory in org.javlo.user
Classes in org.javlo.user that implement IUserFactory Modifier and Type Class Description class
AbstractDBUserFactory
class
AdminUserFactory
class
HardUserFactory
class
InternalDBUserFactory
class
LdapDirectUserFactory
class
MapDbUserFactory
class
UserFactory
Methods in org.javlo.user that return IUserFactory Modifier and Type Method Description static IUserFactory
UserFactory. createUserFactory(javax.servlet.http.HttpServletRequest request)
static IUserFactory
UserFactory. createUserFactory(GlobalContext globalContext, javax.servlet.http.HttpSession session)
-