Previous Topic: Deleting CredentialsNext Topic: Credential Operations Summary


Reading the Output

The following table lists the methods that fetch the credential and user details:

Note: Most of the methods listed in the following table can also return NULL.

Method

Description

Common Output Methods

getCreateTime()

Fetches the time when the credential was created.

getDisableEndTime()

Fetches the time when the disabled credential has to be enabled.

getDisableStartTime()

Fetches the time when the credential has to be disabled.

getLastFailedAuthAttemptTime()

Fetches the time when the last authentication attempt failed.

getLastSuccessAuthAttemptTime()

Fetches the time when the last authentication attempt succeeded.

getLastUpdatedTime()

Fetches the time when the credential was updated last time.

getNotes()

Fetches the custom attributes that are set for the credential.

getNumberOfFailedAuthAttempts()

Fetches the total number of failed authentication attempts for the user.

getOrgName()

Fetches the organization name to which the user belongs.

getProfileName()

Fetches the profile name with which the credential was created.

getProfileVersion()

Fetches the version number of the profile.

getRemainingUsageCount()

Fetches the number of times the credential can be used.

getStatus()

Fetches the status of the credential.

getUserName()

Fetches the name of the authenticating user.

getValidityEndTime()

Fetches the date after which the credential expires.

getValidityStartTime()

Fetches the date from when the credential is valid.

ArcotID Output Method

getUnsignedAttributes()

Fetches the unsigned attributes of the ArcotID PKI that the user has set.

QnA Output Method

getQuestions()

Fetches the questions set for the user.

Password Output Method

Only the common output methods are available for this authentication method.

One-Time Password Output Methods

getOTP()

Fetches the One-Time Password (OTP) for the user.

getUsageCount()

Fetches the number of times the OTP can be used.

OATH One-Time Password Output Methods

getCounterOffSet()

Fetches the OATH OTP count on the server.

getLength()

Fetches the length the OATH OTP issued to the user.

getTokenID()

Fetches the OATH OTP token ID.

getType()

Fetches the type of OATH OTP (HOTP or TOTP) that has to be issued to the user.

ArcotOTP Output Methods

getCard()

Fetches the ArcotID OTP card generated by the AuthMinder Server.

getCounterOffSet()

Fetches the ArcotID OTP count on the server.

getType()

Fetches the type of ArcotID OTP (HOTP or TOTP).

EMV OTP Output Methods

getCard()

Fetches the OTP card generated by the AuthMinder Server.

getCounterOffSet()

Fetches the EMV OTP count on the server.