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 IUserFactoryGlobalContext. 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 IUserFactoryUserModuleContext. getUserFactory(ContentContext ctx) -
Uses of IUserFactory in org.javlo.user
Classes in org.javlo.user that implement IUserFactory Modifier and Type Class Description classAbstractDBUserFactoryclassAdminUserFactoryclassHardUserFactoryclassInternalDBUserFactoryclassLdapDirectUserFactoryclassMapDbUserFactoryclassUserFactoryMethods in org.javlo.user that return IUserFactory Modifier and Type Method Description static IUserFactoryUserFactory. createUserFactory(javax.servlet.http.HttpServletRequest request)static IUserFactoryUserFactory. createUserFactory(GlobalContext globalContext, javax.servlet.http.HttpSession session)
-