| Interface | Description |
|---|---|
| PasswordEncoder | |
| PasswordEncoderFactory |
See spring configuration (core-spring.xml) |
| Class | Description |
|---|---|
| ACLCache | |
| ACLEntryCache | |
| ACLEntryJDBC |
this class reads and writes acl entries via JDBC
|
| DigestCalculator |
Class used by
GenericSaltedPasswordEncoder that defines a way
in which digest is calculated. |
| DigestCalculatorConcurrencyTest | |
| GenericSaltedPasswordEncoder |
Generic password encoder that can be parametrized with
SaltEncodingPolicy
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 to
GenericSaltedPasswordEncoder introduction. |
| PasswordEncoderFactoryImpl |
See spring configuration (core-spring.xml) |
| PBKDF2WithHmacSHA1SaltedPasswordEncoder |
Password encoder using the PBKDF2WithHmacSHA1 algorithm.
|
| PBKDF2WithHmacSHA1SaltedPasswordEncoder.EncodedHash | |
| PlainTextPasswordEncoder | |
| SaltedMD5PasswordEncoder | Deprecated
since ages - deprecated due to
GenericSaltedPasswordEncoder introduction and because MD5 is not considered to
be safe anymore. |
| SaltedPasswordEncoder | |
| SaltEncodingPolicy |
Spring bean used by
GenericSaltedPasswordEncoder that defines
a strategy in which salt is calculated. |
| SHA1PasswordEncoder | Deprecated
since ages
|
| Exception | Description |
|---|---|
| EJBCannotDecodePasswordException | |
| EJBPasswordEncoderNotFoundException | |
| EJBSecurityException |
Thrown to indicate that a business exception occured in the ejb layer.
|
| PasswordEncoderException |
Exception for PasswordEncoder related issues.
|
Copyright © 2018 SAP SE. All Rights Reserved.