Package com.onfido
Class Onfido
- java.lang.Object
-
- com.onfido.Onfido
-
public final class Onfido extends Object
The main class used for accessing instances of the manager classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnfido.BuilderThe Builder for the Onfido object.
-
Field Summary
Fields Modifier and Type Field Description AddressManageraddressThe manager class for the Address resourceApplicantManagerapplicantThe manager class for the Applicant resource.CheckManagercheckThe manager class for the Check resource.ConfigconfigThe Configuration for the instance.DocumentManagerdocumentThe manager class for the Document resource.ExtractionManagerextractionThe manager class for the Extraction resource.LivePhotoManagerlivePhotoThe manager class for the Live photo resource.LiveVideoManagerliveVideoThe manager class for the Live video resource.MotionCaptureManagermotionCaptureThe manager class for the Motion capture resource.ReportManagerreportThe manager class for the Report resource.SdkTokenManagersdkTokenThe manager class for the Sdk token resource.WebhookManagerwebhookThe manager class for the Webhook resource.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Onfido.Builderbuilder()Gives access to the builder for the object.static voidshutdown()Shuts down the client across all Onfido instances, causing all future API calls to be rejected.
-
-
-
Field Detail
-
config
public final Config config
The Configuration for the instance.
-
applicant
public final ApplicantManager applicant
The manager class for the Applicant resource.
-
document
public final DocumentManager document
The manager class for the Document resource.
-
check
public final CheckManager check
The manager class for the Check resource.
-
report
public final ReportManager report
The manager class for the Report resource.
-
livePhoto
public final LivePhotoManager livePhoto
The manager class for the Live photo resource.
-
liveVideo
public final LiveVideoManager liveVideo
The manager class for the Live video resource.
-
motionCapture
public final MotionCaptureManager motionCapture
The manager class for the Motion capture resource.
-
address
public final AddressManager address
The manager class for the Address resource
-
sdkToken
public final SdkTokenManager sdkToken
The manager class for the Sdk token resource.
-
webhook
public final WebhookManager webhook
The manager class for the Webhook resource.
-
extraction
public final ExtractionManager extraction
The manager class for the Extraction resource.
-
-
Method Detail
-
builder
public static Onfido.Builder builder()
Gives access to the builder for the object.- Returns:
- the builder
-
shutdown
public static void shutdown()
Shuts down the client across all Onfido instances, causing all future API calls to be rejected.
-
-