Uses of Class
de.hybris.platform.jalo.user.UserManager
-
Packages that use UserManager Package Description de.hybris.platform.cockpit.test de.hybris.platform.core.systemsetup.datacreator.impl de.hybris.platform.jalo de.hybris.platform.jalo.user -
-
Uses of UserManager in de.hybris.platform.cockpit.test
Methods in de.hybris.platform.cockpit.test with parameters of type UserManager Modifier and Type Method Description protected UserUIConfigurationTestBase. getOrCreateUser(UserManager userManager, java.lang.String login)protected UserGroupUIConfigurationTestBase. getOrCreateUserGroup(UserManager userManager, java.lang.String groupID) -
Uses of UserManager in de.hybris.platform.core.systemsetup.datacreator.impl
Methods in de.hybris.platform.core.systemsetup.datacreator.impl that return UserManager Modifier and Type Method Description protected UserManagerLangPackDataCreator. getUserManager() -
Uses of UserManager in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return UserManager Modifier and Type Method Description UserManagerJaloConnection. getUserManager()Returns theUserManagerand sets it into instance propertyJaloConnection.userManager, preventing it from mutation while creating viaBeanFactory.getBean(String)or viaUserManagerconstructor.UserManagerJaloSession. getUserManager()returns the UserManager. -
Uses of UserManager in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that return UserManager Modifier and Type Method Description static UserManagerUserManager. getInstance()Gets the instance of this manager.
-