Uses of Interface
de.hybris.platform.persistence.security.PasswordEncoder
Packages that use PasswordEncoder
Package
Description
-
Uses of PasswordEncoder in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return PasswordEncoder -
Uses of PasswordEncoder in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that return PasswordEncoderModifier and TypeMethodDescriptionprotected PasswordEncoderUser.getEncoder(String encoding) protected PasswordEncoderUserManager.getLoginTokenPasswordEncoder(User user) -
Uses of PasswordEncoder in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return PasswordEncoderModifier 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 ) insteadMethods in de.hybris.platform.persistence that return types with arguments of type PasswordEncoderModifier and TypeMethodDescriptionprotected Map<String,PasswordEncoder> SystemEJB.getPasswordEncoders()Deprecated, for removal: This API element is subject to removal in a future version.since ages - Use Registry.getCurrentTenant().getJaloConnection().getPasswordEncoderFactroy().getEncoders() instead -
Uses of PasswordEncoder in de.hybris.platform.persistence.security
Classes in de.hybris.platform.persistence.security that implement PasswordEncoderModifier and TypeClassDescriptionclassGeneric password encoder that can be parametrized withSaltEncodingPolicyand digest algorithm name.classDeprecated, for removal: This API element is subject to removal in a future version.since ages - deprecated due toGenericSaltedPasswordEncoderintroduction.classPassword encoder using the PBKDF2WithHmacSHA1 algorithm.classclassDeprecated, for removal: This API element is subject to removal in a future version.since ages - deprecated due toGenericSaltedPasswordEncoderintroduction and because MD5 is not considered to be safe anymore.classclassDeprecated, for removal: This API element is subject to removal in a future version.since agesMethods in de.hybris.platform.persistence.security that return PasswordEncoderModifier and TypeMethodDescriptionPasswordEncoderFactory.getEncoder(String encoding) PasswordEncoderFactoryImpl.getEncoder(String encoding) Return the configured password encoder based on the submitted 'encoding'.
In casewas submitted then the SystemEJB.DEFAULT_ENCODING ('*') will be used instead. Methods in de.hybris.platform.persistence.security that return types with arguments of type PasswordEncoderModifier and TypeMethodDescriptionPasswordEncoderFactory.getEncoders()PasswordEncoderFactoryImpl.getEncoders()Method parameters in de.hybris.platform.persistence.security with type arguments of type PasswordEncoderModifier and TypeMethodDescriptionvoidPasswordEncoderFactoryImpl.setEncoders(Map<String, PasswordEncoder> passwordEncoders) -
Uses of PasswordEncoder in de.hybris.platform.servicelayer.security
Classes in de.hybris.platform.servicelayer.security that implement PasswordEncoderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of PasswordEncoder in de.hybris.platform.util
Methods in de.hybris.platform.util that return PasswordEncoderModifier and TypeMethodDescriptionstatic PasswordEncoderUtilities.getPasswordEncoder(String encoding) Returns a specificPasswordEncoderfrom the user password encoders configured withinproject.propertiesparameterpassword.encoders