Skip to main content

BIDAccount

public class BIDAccount extends Object

package com.onekosmos.blockid.sdk.datamodel


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

Method Summary

typeclasssummary
StringgetAuthModuleId()Returns AuthModuleID associated with user account
StringgetCommunityId()Returns communityID associated with user account
StringgetDguid()Return DGUID of the user account
StringgetSource()Returns source of user account
StringgetTenantId()Returns tenantID associated with user account
StringgetUid()Returns UID of user account
StringgetUrn()Returns URN of user account
StringgetUsername()Return username of user account

Method Detail

getAuthModuleId

public String getAuthModuleId()

  • Returns AuthModuleID associated with user account

getCommunityId

public String getCommunityId()

  • Returns communityID associated with user account

getDguid

public String getDguid()

  • Return DGUID of user account

getSource

public String getSource()

  • Returns source of user account

getTenantId

public String getTenantId()

  • Returns tenantID associated with user account

getUid

public String getUid()

  • Returns user account UID

getUrn

public String getUrn()

  • Returns user account URN

getUsername

public String getUsername()

  • Returns the username associated with user account