HID APPROVE SDK  5.9
HID Approve SDK for Android
com.hidglobal.ia.service.beans.Identifier Interface Reference

Generic Identifier More...

Inheritance diagram for com.hidglobal.ia.service.beans.Identifier:
com.hidglobal.ia.service.beans.KeyId com.hidglobal.ia.service.protectionpolicy.ProtectionPolicyId

Public Member Functions

abstract String getId ()
 
abstract String getType ()
 

Detailed Description

Generic Identifier

Generic Identifier

Member Function Documentation

◆ getId()

abstract String com.hidglobal.ia.service.beans.Identifier.getId ( )
abstract

Returns the unique identifier of an entity.

Returns
The unique identifier of an entity

Implemented in com.hidglobal.ia.service.protectionpolicy.ProtectionPolicyId, and com.hidglobal.ia.service.beans.KeyId.

◆ getType()

abstract String com.hidglobal.ia.service.beans.Identifier.getType ( )
abstract

Returns the type of the entity being identified.

Returns
The type of the entity being identified

Implemented in com.hidglobal.ia.service.protectionpolicy.ProtectionPolicyId, and com.hidglobal.ia.service.beans.KeyId.