Package org.forgerock.openam.utils
Interface CodeGeneratorSource
-
@SupportedAll public interface CodeGeneratorSource
For extensibility of theRecoveryCodeGenerator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getChars()
Retrieve a String containing the set of characters that can be generated by this code.
-
-
-
Method Detail
-
getChars
String getChars()
Retrieve a String containing the set of characters that can be generated by this code.- Returns:
- a String.
-
-