BIDAccount
public class BIDAccount extends Object
↳ package com.onekosmos.blockid.sdk.datamodel
Model class to represent the user account data (attributes).
Method Summary
type | class | summary |
---|---|---|
String | getAuthModuleId() | Returns AuthModuleID associated with user account |
String | getCommunityId() | Returns communityID associated with user account |
String | getDguid() | Return DGUID of the user account |
String | getSource() | Returns source of user account |
String | getTenantId() | Returns tenantID associated with user account |
String | getUid() | Returns UID of user account |
String | getUrn() | Returns URN of user account |
String | getUsername() | 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