Skip to main content

BIDLinkedAccount

public class BIDLinkedAccount extends Object

package com.onekosmos.blockid.sdk.datamodel


Model class to represent the linked account data (attributes).

Method Summary

TypeNameDescription
booleanequals(@Nullable Object obj)Overrides equals (in class java.lang.Object) to check equality of two BIDLinkedAccount objects
BIDAccountgetAccount()Returns BIDAccountobject of linked account
StringgetAuthPage()Returns authentication page of linked account.
BIDOrigingetOrigin()Returns BIDOrigin of linked account
BIDPasswordPolicygetPasswordPolicy()Returns password policy
StringgetScepExpiry()Returns SCEP expiry date of linked account.
StringgetSceptoken()Return SCEP token of linked account.
StringgetSmartcardhash()Return Smartcard Hash of linked account.
StringgetUserId()Return User ID of linked account.
WorkstationAuthOrigingetWorkstationAuthOrigin()Return WorkstationAuthOrigin object of linked account
booleanisExternalKeyRegistered()Returns if external key is registered or not
booleanifOfflineAuthSupported()Checks whether Offline Auth is supported for linked account
voidsetAccount(BIDAccountaccount)Set BIDAccount for linked account
voidsetAuthPage(String authPage)Set AuthPage for linked account.
voidsetExternalKeyRegistered(boolean externalKeyRegistered)
voidsetOrigin(BIDOrigin origin)Set origin for linked account
voidsetPasswordPolicy(BIDPasswordPolicy passwordPolicy)Set password policy
voidsetScepExpiry(String scepExpiry)Set SCEP Expitry for linked account
voidsetSceptoken(String sceptoken)Set SCEP Token for linked account
voidsetSmartcardhash(String smartcardhash)Set smart card hash for linked account
voidsetUserId(String userId)Set User ID for linked account
voidsetWorkstationAuthOrigin(WorkstationAuthOrigin workstationAuthOrigin)Set WorkstationAuthOrigin for linked account

Method Detail

equals

public boolean equals(@Nullable Object obj)

  • Overrides equals (in class java.lang.Object) to check equality of two BIDLinkedAccount objects.

getAccount

public BIDAccount getAccount()


getAuthPage

public String getAuthModuleId()

  • Returns authentication page of linked account.

getOrigin

public BIDOrigin getOrigin()


getPasswordPolicy

public BIDPasswordPolicy getPasswordPolicy()

  • Returns password policy of linked account.

getScepExpiry

public String getScepExpiry()

  • Returns SCEP expiry date of linked account.

getSceptoken

public String getSceptoken()

  • Return SCEP token of linked account.

getSmartcardhash

public String getSmartcardhash()

  • Return Smartcard Hash of linked account.

getUserId

public String getUserId()

  • Return User ID of linked account.

getWorkstationAuthOrigin

public WorkstationAuthOrigin getWorkstationAuthOrigin()


isExternalKeyRegistered

public boolean isExternalKeyRegistered()

  • Return boolean if external key is registered.

ifOfflineAuthSupported

public boolean ifOfflineAuthSupported()

  • Is Offline Auth supported for linked account?

setAccount

public void setAccount(BIDAccountaccount)

  • Set BIDAccount for linked account.
Parameter
accountBIDAccount: BID Account

setAuthPage

public void setAuthPage(String authPage)

  • Set AuthPage for linked account.
Parameter
authPageString: Auth Page

setExternalKeyRegistered

public void setExternalKeyRegistered(boolean externalKeyRegistered)

  • Set External registered key.
Parameter
externalKeyRegisteredBoolean: External Key Registered

setOrigin

public void setOrigin(BIDOrigin origin)

  • Set origin for linked account.
Parameter
originBIDOrigin: BID Origin

setPasswordPolicy

public void setPasswordPolicy(BIDPasswordPolicy passwordPolicy)

  • Set passport Policy for linked account.
Parameter
passwordPolicyBIDPasswordPolicy: BID Password Policy

setScepExpiry

public void setScepExpiry(String scepExpiry)

  • Set SCEP Expitry for linked account.
Parameter
scepExpiryString: SCEP Expiry

setSceptoken

public void setSceptoken(String sceptoken)

  • Set SCEP Token for linked account.
Parameter
sceptokenString: SCEP Token

setSmartcardhash

public void setSmartcardhash(String smartcardhash)

  • Set smart card hash for linked account.
Parameter
smartcardhashString: smart card hash

setUserId

public void setUserId(String userId)

  • Set User ID for linked account
Parameter
userIdString: User ID

setWorkstationAuthOrigin

public void setWorkstationAuthOrigin(WorkstationAuthOrigin workstationAuthOrigin)

  • Set WorkstationAuthOrigin for linked account
Parameter
workstationAuthOriginWorkstationAuthOrigin: WorkstationAuth Origin