Skip to main content

Enrollments

public class Enrollments extends Object

↳ com.onekosmos.blockid.sdk.license

Utility class that helps BlockID SDK to determine what all types of Biometric (Pin, Live ID, device's biometric) and Digital (Drivers License, Passport, etc.) assets are supported for tenant. The Biometric and Digital assets registration is determined based on license module.

Method Summary​

TypeNameDescription
BiometricAssetsgetBiomentricAssets()Returns an instance of BiometricAssets class.
DigitalAssetsgetDigitalAssets()Returns an instance of DigitalAssets class.
PersonalAssetsgetPersonalAssets()Returns an instance of PersonalAssets class.
static EnrollmentsgetInstance()Returns an instance of Enrollments.
booleanisBiometricAssetsEnabled()Checks and returns if any of the Biometric assets (Pin, Live ID, device's biometrics) are enabled.
booleanisDigitalAssetsEnabled()Checks and returns if any of the digital assets (driver's license, SSN, passport, etc.) are enabled.
booleanisPersonalAssetsEnabled()Checks and returns if any of the personal assets (email, phone) are enabled.

Method Detail​


getBiomentricAssets​

public BiometricAssets getBiomentricAssets()

  • Returns an instance of BiometricAssets class.

getDigitalAssets​

public DigitalAssets getDigitalAssets()

  • Returns an instance of DigitalAssets class.

getPersonalAssets​

public PersonalAssets getPersonalAssets()

  • Returns an instance of PersonalAssets class.

getInstance​

public static Enrollments getInstance()

  • Returns an instance of Enrollments.

isBiometricAssetsEnabled​

public boolean isBiometricAssetsEnabled()

  • Checks and returns if any of the Biometric assets (Pin, Live ID, device's biometrics) are enabled.

isDigitalAssetsEnabled​

public boolean isDigitalAssetsEnabled()

  • Checks and returns if any of the digital assets (driver's license, passport, etc.) are enabled.

isPersonalAssetsEnabled​

public boolean isPersonalAssetsEnabled()

  • Checks and returns if any of the personal assets (email, phone) are enabled.