@Component public class AuthRequestValidator extends BaseAuthRequestValidator
AuthRequestValidator validates AuthRequestDTOidInfoFetcher, idInfoHelperenv| Constructor and Description |
|---|
AuthRequestValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFingerCount()
Gets the max finger count.
|
boolean |
supports(Class<?> clazz) |
void |
validate(Object target,
org.springframework.validation.Errors errors) |
void |
validateDeviceDetails(AuthRequestDTO authRequest,
org.springframework.validation.Errors errors)
Validate device details.
|
protected void |
validateReqTime(String reqTime,
org.springframework.validation.Errors errors,
String paramName)
Validate req time.
|
checkDemoAuth, getMaxIrisCount, validateAdditionalFactorsDetails, validateAllowedAuthTypes, validateAuthType, validateBioMetadataDetails, validateLangCodegetAllowedAuthTypeProperty, getAllowedAuthTypes, getAllowedIdTypes, getAllowedIdTypesConfigKey, validateConsentReq, validateId, validateIdvId, validateIdvId, validateRequestTimedOut, validateTxnId, validateTxnIdpublic boolean supports(Class<?> clazz)
supports in interface org.springframework.validation.Validatorsupports in class BaseAuthRequestValidatorpublic void validate(Object target, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorvalidate in class BaseAuthRequestValidatorprotected void validateReqTime(String reqTime, org.springframework.validation.Errors errors, String paramName)
IdAuthValidatorvalidateReqTime in class IdAuthValidatorreqTime - the req timeerrors - the errorsparamName - the param nameprotected int getMaxFingerCount()
BaseAuthRequestValidatorgetMaxFingerCount in class BaseAuthRequestValidatorpublic void validateDeviceDetails(AuthRequestDTO authRequest, org.springframework.validation.Errors errors)
bioData - the bio dataerrors - the errorsCopyright © 2020. All rights reserved.