Package de.hybris.platform.persistence.security
package de.hybris.platform.persistence.security
-
ClassDescriptionthis class reads and writes acl entries via JDBCClass used by
GenericSaltedPasswordEncoderthat defines a way in which digest is calculated.Thrown to indicate that a business exception occured in the ejb layer.Generic password encoder that can be parametrized withSaltEncodingPolicyand digest algorithm name.item cache key for keeping an principal's global acl inside a cache object.item cache key for keeping an item's acl inside a cache object.Deprecated, for removal: This API element is subject to removal in a future version.Exception for PasswordEncoder related issues.See spring configuration (core-spring.xml)
<bean id="core.passwordEncoderFactory" ...See spring configuration (core-spring.xml)
<bean id="passwordEncoderFactory" ...Password encoder using the PBKDF2WithHmacSHA1 algorithm.Deprecated, 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.Spring bean used byGenericSaltedPasswordEncoderthat defines a strategy in which salt is calculated.Deprecated, for removal: This API element is subject to removal in a future version.since ages
GenericSaltedPasswordEncoderintroduction.