Uses of Class
de.hybris.platform.persistence.security.EJBPasswordEncoderNotFoundException
Packages that use EJBPasswordEncoderNotFoundException
Package
Description
-
Uses of EJBPasswordEncoderNotFoundException in com.hybris.backoffice.widgets.userprofile.passwordsetting.changepassword
Methods in com.hybris.backoffice.widgets.userprofile.passwordsetting.changepassword that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionprotected booleanChangePasswordRendererUtil.checkPassword(User user, String password) -
Uses of EJBPasswordEncoderNotFoundException in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionCockpitManager.generateOpenInHMCURL(String pk, javax.servlet.http.HttpServletRequest request) Generates an URL for opening the corresponding item hMC editor -
Uses of EJBPasswordEncoderNotFoundException in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionJaloSession.generateLoginTokenCookieValue()Generates a value entry for a CookieBasedLoginToken instance, which will be used by some web apps (like printcockpit, hmc, ...) for an 'auto' login processJaloSession.generateLoginTokenCookieValue(String iso) Generates a value entry for a CookieBasedLoginToken instance, which will be used by some web apps (like printcockpit, hmc, ...) for an 'auto' login processvoidJaloSession.storeLoginTokenCookie(javax.servlet.http.HttpServletResponse response) Generates and stores a CookieBasedLoginToken instance, for the current session user ('auto' login process) -
Uses of EJBPasswordEncoderNotFoundException in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionbooleanUserManager.checkPassword(User user, LoginToken token) booleanUserManager.checkPassword(User user, String plainPassword) protected StringUserManager.doGenerateLoginTokenCookieValue(String uid, String languageISO, String plainTextPassword, User user) Deprecated, for removal: This API element is subject to removal in a future version.protected StringUserManager.doGenerateLoginTokenCookieValue(String uid, String languageISO, String plainTextPassword, User user, Integer ttl) UserManager.generateLoginTokenCookieValue(User user, String languageISO) UserManager.generateLoginTokenCookieValue(String uid, String languageISO, String plainTextPassword) Deprecated, for removal: This API element is subject to removal in a future version.UserManager.generateLoginTokenCookieValue(String uid, String languageISO, String plainTextPassword, Integer ttl) BaseTokenGenerator.generateToken(TokenParams params) EnhancedTokenGenerator.generateToken(TokenParams params) TokenGenerator.generateToken(TokenParams params) protected StringUserManager.getEncodedPasswordForLoginCookie(String uid, String plainTextPassword, User user) protected PasswordEncoderUserManager.getLoginTokenPasswordEncoder(User user) voidUserManager.storeLoginTokenCookie(String name, String uid, String language, String passwd, String path, String domain, boolean secure, int ttl, javax.servlet.http.HttpServletResponse response) voidUserManager.storeLoginTokenCookie(String name, String uid, String language, String passwd, String path, javax.servlet.http.HttpServletResponse response) voidUserManager.storeLoginTokenCookie(String uid, String language, String passwd, String path, javax.servlet.http.HttpServletResponse response) voidUserManager.storeLoginTokenCookie(String uid, String language, String passwd, javax.servlet.http.HttpServletResponse response) Stores given login informations at a cookie of given session. -
Uses of EJBPasswordEncoderNotFoundException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionSystemEJB.getPasswordEncoder(String encoding) Deprecated, for removal: This API element is subject to removal in a future version.since ages - Use Registry.getCurrentTenant().getJaloConnection().getPasswordEncoder( String ) instead -
Uses of EJBPasswordEncoderNotFoundException in de.hybris.platform.servicelayer.security.auth.impl
Methods in de.hybris.platform.servicelayer.security.auth.impl that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultAuthenticationServiceTest.testLoginWithEmptyPassword()voidDefaultAuthenticationServiceTest.testLoginWithEmptyPasswordWithAcceptEmptyFlagSetToTrue() -
Uses of EJBPasswordEncoderNotFoundException in de.hybris.platform.spring.security
Methods in de.hybris.platform.spring.security that throw EJBPasswordEncoderNotFoundExceptionModifier and TypeMethodDescriptionvoidCoreRememberMeService.onLoginSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication successfulAuthentication)
UserManager.doGenerateLoginTokenCookieValue(String, String, String, User, Integer)