Class Flow
-
- All Implemented Interfaces:
public final class Flow
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Flow.Module
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Flow(String id, String name, String description, Boolean active, Integer numberOfSessions, LinkedHashSet<Flow.Module> modules, Boolean defaultConfiguration, SeverityLevel liveness, SignatureProviderType signatureProvider, SeverityLevel severityLevel, Double idSecurityLevel, Boolean idValidation, Boolean governmentValidation, Boolean manualCorrection, Boolean autoApproveEnabled, AutoApproveLevel autoApproveLevel, String redirectUrl, Boolean checkMinVideoLengthRequired, Boolean checkTutorials, Boolean checkAuthorization, Boolean checkLiveness, Boolean checkIdScan, Boolean checkDocumentScan, Boolean checkVoiceConsent, Integer questionsCount)
-
Method Summary
-
-
Constructor Detail
-
Flow
Flow(String id, String name, String description, Boolean active, Integer numberOfSessions, LinkedHashSet<Flow.Module> modules, Boolean defaultConfiguration, SeverityLevel liveness, SignatureProviderType signatureProvider, SeverityLevel severityLevel, Double idSecurityLevel, Boolean idValidation, Boolean governmentValidation, Boolean manualCorrection, Boolean autoApproveEnabled, AutoApproveLevel autoApproveLevel, String redirectUrl, Boolean checkMinVideoLengthRequired, Boolean checkTutorials, Boolean checkAuthorization, Boolean checkLiveness, Boolean checkIdScan, Boolean checkDocumentScan, Boolean checkVoiceConsent, Integer questionsCount)
-
-
Method Detail
-
getDescription
final String getDescription()
-
getNumberOfSessions
final Integer getNumberOfSessions()
-
getModules
final LinkedHashSet<Flow.Module> getModules()
-
getDefaultConfiguration
final Boolean getDefaultConfiguration()
-
getLiveness
final SeverityLevel getLiveness()
-
getSignatureProvider
final SignatureProviderType getSignatureProvider()
-
getSeverityLevel
final SeverityLevel getSeverityLevel()
-
getIdSecurityLevel
final Double getIdSecurityLevel()
-
getIdValidation
final Boolean getIdValidation()
-
getGovernmentValidation
final Boolean getGovernmentValidation()
-
getManualCorrection
final Boolean getManualCorrection()
-
getAutoApproveEnabled
final Boolean getAutoApproveEnabled()
-
getAutoApproveLevel
final AutoApproveLevel getAutoApproveLevel()
-
getRedirectUrl
final String getRedirectUrl()
-
getCheckMinVideoLengthRequired
final Boolean getCheckMinVideoLengthRequired()
-
getCheckTutorials
final Boolean getCheckTutorials()
-
getCheckAuthorization
final Boolean getCheckAuthorization()
-
getCheckLiveness
final Boolean getCheckLiveness()
-
getCheckIdScan
final Boolean getCheckIdScan()
-
getCheckDocumentScan
final Boolean getCheckDocumentScan()
-
getCheckVoiceConsent
final Boolean getCheckVoiceConsent()
-
getQuestionsCount
final Integer getQuestionsCount()
-
hasUseAsSelfieConfiguration
final Boolean hasUseAsSelfieConfiguration()
-
parseFlowOrNull
final static Flow parseFlowOrNull(JSONObject configurationJSON)
-
-
-
-