public interface DigestCallback
Modifier and Type | Method and Description |
---|---|
void |
init(Map<String,Object> 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.
|
void init(Map<String,Object> 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 hashCopyright © 2016 JBoss by Red Hat. All rights reserved.