| Package | Description | 
|---|---|
| org.openmrs.util | 
 Shared utilities for OpenMRS classes 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static InputRequiredException.DATATYPE | 
InputRequiredException.DATATYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static InputRequiredException.DATATYPE[] | 
InputRequiredException.DATATYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,InputRequiredException.DATATYPE> | 
InputRequiredException.getRequiredInput()
The user prompts and datatype for each question that the user has to provide input for 
 | 
| Constructor and Description | 
|---|
InputRequiredException(java.util.Map<java.lang.String,InputRequiredException.DATATYPE> requiredInput)
Common constructor taking in a message to give the user some context as to where/why the
 authentication failed. 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.