Class LoginServiceImpl
- java.lang.Object
-
- de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
-
- de.hybris.platform.cockpit.services.login.impl.LoginServiceImpl
-
- de.hybris.platform.importcockpit.services.login.impl.LoginServiceImpl
-
- All Implemented Interfaces:
LoginService
public class LoginServiceImpl extends LoginServiceImpl
Default implementation for loginService in importcockpit
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
modelService, typeService
-
-
Constructor Summary
Constructors Constructor Description LoginServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetConfigurationByKey(java.lang.String key)java.lang.StringgetDefaultUsername()Gets the default username.java.lang.StringgetDefaultUserPassword()Gets the default user password.voidsetConfigurationService(ConfigurationService configurationService)-
Methods inherited from class de.hybris.platform.cockpit.services.login.impl.LoginServiceImpl
deleteLoginTokenCookie, doLogin, doLogin, doLogin, doLogout, getCommonI18NService, getContextPath, getCurrentSessionSettings, getDefaultPasswordPropertyKey, getDefaultUserPropertyKey, getI18nService, getLocale, getUserService, setCommonI18NService, setDefaultPasswordPropertyKey, setDefaultUserPropertyKey, setI18nService, setSessionLanguage, setUserService, storeLoginTokenCookie, verifyLoginToken, verifyLoginToken
-
Methods inherited from class de.hybris.platform.cockpit.services.impl.AbstractServiceImpl
getEnum, getEnums, getLocalizedLabel, getLocalizedLabel, getModelService, getTypeService, setCockpitTypeService, setLabelResolver, setModelService
-
-
-
-
Method Detail
-
getDefaultUsername
public java.lang.String getDefaultUsername()
Description copied from interface:LoginServiceGets the default username.- Specified by:
getDefaultUsernamein interfaceLoginService- Overrides:
getDefaultUsernamein classLoginServiceImpl- Returns:
- the default username
-
getDefaultUserPassword
public java.lang.String getDefaultUserPassword()
Description copied from interface:LoginServiceGets the default user password.- Specified by:
getDefaultUserPasswordin interfaceLoginService- Overrides:
getDefaultUserPasswordin classLoginServiceImpl- Returns:
- the default user password
-
getConfigurationByKey
protected java.lang.String getConfigurationByKey(java.lang.String key)
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-