public interface SharedSecretProvider
Modifier and Type | Method and Description |
---|---|
byte[] |
getSharedSecret(String secretKey)
Takes the non-empty shared secret that is retrieved for a user and implements any processing needed for to
return the byte array of the string value.
|
byte[] getSharedSecret(String secretKey) throws AuthLoginException
secretKey
- shared secret valueAuthLoginException
- if an error occurs transforming the value
and should cause the module to fail.Copyright © 2010-2018, ForgeRock All Rights Reserved.