public class CapturedUserPasswordContext extends AbstractContext
CapturedUserPasswordContext
to store the user's decrypted password.Modifier and Type | Field and Description |
---|---|
static String |
NAME
Context's name.
|
data
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw()
The bytes of the decrypted password.
|
String |
getValue()
Returns the decrypted password as an UTF-8
String . |
String |
getValue(Charset charset)
Returns a new
String by decoding the password
using the specified charset. |
asContext, containsContext, containsContext, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
public static final String NAME
public byte[] getRaw()
public String getValue()
String
.String
.Copyright 2011-2017 ForgeRock AS.