Gallagher Mobile Connect SDK
Public Member Functions | List of all members
com.gallagher.security.mobileaccess.MobileCredential Interface Reference

Inherited by com.gallagher.security.mobileaccess.DefaultMobileCredential.

Public Member Functions

String getId ()
 
int getFacilityId ()
 
String getFacilityName ()
 
List< SharedCredentialgetSharedCredentials ()
 
Date getRegisteredDate ()
 
boolean isSingleFactor ()
 
boolean isSecondFactor ()
 
URI getSessionUri ()
 
boolean isRevoked ()
 

Member Function Documentation

◆ getFacilityId()

int com.gallagher.security.mobileaccess.MobileCredential.getFacilityId ( )

The facility ID of a the Command Centre that this credential relates to.

Returns
A facility ID identifying the related Command Centre instance

◆ getFacilityName()

String com.gallagher.security.mobileaccess.MobileCredential.getFacilityName ( )

Gets the name of the site this credential was registered against, some sites opt to show no name (empty string) as configured by Command Centre site administrators.

◆ getId()

String com.gallagher.security.mobileaccess.MobileCredential.getId ( )

Gets the ID of the credential

◆ getRegisteredDate()

Date com.gallagher.security.mobileaccess.MobileCredential.getRegisteredDate ( )

Gets the date that the Mobile Credential was registered

Returns
The date that a Mobile Credential was registered

◆ getSessionUri()

URI com.gallagher.security.mobileaccess.MobileCredential.getSessionUri ( )

Gets the session URL, this URL is not supported for general use.

Returns
A session URL to query further details about a credential

◆ getSharedCredentials()

List< SharedCredential > com.gallagher.security.mobileaccess.MobileCredential.getSharedCredentials ( )

The list of shared credentials to use with other Command Centre sites.

Returns
A shared credentials list identifying the shared Command Centre instances

◆ isRevoked()

boolean com.gallagher.security.mobileaccess.MobileCredential.isRevoked ( )

Gets if the credential has been revoked, which happens when the credential is deleted by an operator from the Command Centre server.

Returns
True if this credential has been marked as revoked

◆ isSecondFactor()

boolean com.gallagher.security.mobileaccess.MobileCredential.isSecondFactor ( )

Gets if the credential is a second factor credential e.g. can satisfy a "PIN" access zone with either PIN or biometric

Returns
True if this credential supports second factor authentication, false otherwise

◆ isSingleFactor()

boolean com.gallagher.security.mobileaccess.MobileCredential.isSingleFactor ( )

Gets if the credential is a single factor credential

Returns
True if the credential is a single factor credential, false otherwise

The documentation for this interface was generated from the following file: