Package de.hybris.platform.persistence.security
-
Interface Summary Interface Description PasswordEncoder PasswordEncoderFactory See spring configuration (core-spring.xml)
-
Class Summary Class Description ACLCache ACLEntryCache ACLEntryJDBC this class reads and writes acl entries via JDBCDigestCalculator Class used byGenericSaltedPasswordEncoder
that defines a way in which digest is calculated.DigestCalculatorConcurrencyTest GenericSaltedPasswordEncoder Generic password encoder that can be parametrized withSaltEncodingPolicy
and digest algorithm name.GenericSaltedPasswordEncoderTest GlobalACLCacheKey item cache key for keeping an principal's global acl inside a cache object.ItemACLCacheKey item cache key for keeping an item's acl inside a cache object.MD5PasswordEncoder Deprecated. since ages - deprecated due toGenericSaltedPasswordEncoder
introduction.PasswordEncoderFactoryImpl See spring configuration (core-spring.xml)
PBKDF2WithHmacSHA1SaltedPasswordEncoder Password encoder using the PBKDF2WithHmacSHA1 algorithm.PBKDF2WithHmacSHA1SaltedPasswordEncoder.EncodedHash PlainTextPasswordEncoder SaltedMD5PasswordEncoder Deprecated. since ages - deprecated due toGenericSaltedPasswordEncoder
introduction and because MD5 is not considered to be safe anymore.SaltedPasswordEncoder SaltEncodingPolicy Spring bean used byGenericSaltedPasswordEncoder
that defines a strategy in which salt is calculated.SHA1PasswordEncoder Deprecated. since ages -
Exception Summary Exception Description EJBCannotDecodePasswordException EJBPasswordEncoderNotFoundException EJBSecurityException Thrown to indicate that a business exception occured in the ejb layer.PasswordEncoderException Exception for PasswordEncoder related issues.