Package org.forgerock.openig.openam
Class CapturedUserPasswordContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.openam.CapturedUserPasswordContext
- All Implemented Interfaces:
- Context
A 
CapturedUserPasswordContext to store the user's decrypted password.- 
Field SummaryFieldsFields inherited from class org.forgerock.services.context.AbstractContextdata
- 
Method SummaryMethods inherited from class org.forgerock.services.context.AbstractContextas, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
- 
Field Details- 
NAMEContext's name.- See Also:
 
 
- 
- 
Method Details- 
getRawpublic byte[] getRaw()The bytes of the decrypted password.- Returns:
- the bytes of the decrypted password.
 
- 
getValueReturns the decrypted password as an UTF-8String.- Returns:
- the decrypted password as an UTF-8 String
 
- 
getValueReturns a newStringby decoding the password using the specified charset.- Parameters:
- charset- The charset to be used to decode the- bytes.
- Returns:
- the decrypted password as a String.
 
 
-