|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DigestCallback
An interface that can be used to augment the behavior of a digest hash. One example usecase is with the password based login modules to modify the behavior of the hashing to introduce prefix/suffix salts.
| Method Summary | |
|---|---|
void |
init(Map options)
Pass through access to the login module options. |
void |
postDigest(MessageDigest digest)
Post-hash callout afer the password has been added to allow for content after the password has been added. |
void |
preDigest(MessageDigest digest)
Pre-hash callout to allow for content before the password. |
| Method Detail |
|---|
void init(Map options)
void preDigest(MessageDigest digest)
digest - - the security digest being used for the one-way hashvoid postDigest(MessageDigest digest)
digest - - the security digest being used for the one-way hash
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||