public interface DigestHashedCredentialRetriever
DigestHashedCredentialRetriever.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
findCredential(java.lang.String uid,
java.lang.String realm)
Find the MD5 hashed secret for a given user and realm.
|
java.lang.String findCredential(java.lang.String uid,
java.lang.String realm)
throws javax.security.auth.login.AccountNotFoundException
uid - the uidrealm - the realmjavax.security.auth.login.AccountNotFoundException - if the account is not found