Gallagher Mobile Connect SDK
|
Inherits com.gallagher.security.mobileaccess.StringValueConvertible.
Public Member Functions | |
AccessDecision (int value) | |
int | getValue () |
String | toString () |
String | stringValue () |
String | stringValue () |
Static Public Member Functions | |
static AccessDecision | parse (int value) |
Public Attributes | |
WITH_DUAL_AUTH =(5) | |
WITH_ESCORT =(4) | |
GRANTED_WITH_PASSBACK =(3) | |
GRANTED_WITH_COMPETENCIES =(2) | |
GRANTED =(1) | |
UNKNOWN =(0) | |
DENIED_ZONE =(-1) | |
DENIED_ZONE_TIME =(-2) | |
DENIED_AUTH =(-3) | |
DENIED_LOCKDOWN =(-4) | |
DENIED_LIFT =(-5) | |
DENIED_COMPETENCY =(-6) | |
DENIED_COMPETENCIES =(-7) | |
DENIED_DUAL_AUTH =(-8) | |
DENIED_SECOND_DUAL_AUTH =(-9) | |
DENIED_NOT_ESCORT =(-10) | |
DENIED_TAILGATING_VISITORS =(-11) | |
DENIED_PASSBACK =(-12) | |
DENIED_TAILGATING =(-13) | |
DENIED_DUAL_AUTH_REPEAT =(-14) | |
DENIED_CHALLENGE =(-15) | |
DENIED_MOBILE_NOT_SUPPORTED =(-16) | |
DENIED_CANT_SET_ALARM =(-17) | |
DENIED_UNEXPECTED =(-64) | |
com.gallagher.security.mobileaccess.AccessDecision.AccessDecision | ( | int | value | ) |
int com.gallagher.security.mobileaccess.AccessDecision.getValue | ( | ) |
|
static |
String com.gallagher.security.mobileaccess.AccessDecision.stringValue | ( | ) |
Implements com.gallagher.security.mobileaccess.StringValueConvertible.
String com.gallagher.security.mobileaccess.AccessDecision.toString | ( | ) |
com.gallagher.security.mobileaccess.AccessDecision.DENIED_AUTH =(-3) |
Access Denied. User not recognized Message: Denied: Cardholder not recognised
com.gallagher.security.mobileaccess.AccessDecision.DENIED_CANT_SET_ALARM =(-17) |
Access Denied. Alarm zone is armed and user does not have privilege to disarm it Message: Denied: User cannot disarm alarm zone
com.gallagher.security.mobileaccess.AccessDecision.DENIED_CHALLENGE =(-15) |
Access Denied. A remote operator rejected the request Message: Denied: Challenge operator denied access
com.gallagher.security.mobileaccess.AccessDecision.DENIED_COMPETENCIES =(-7) |
Access Denied. Missing competencies Message: Denied: User is missing at least one competency
com.gallagher.security.mobileaccess.AccessDecision.DENIED_COMPETENCY =(-6) |
Access Denied. Missing a competency Message: Denied: User is missing at least one competency
com.gallagher.security.mobileaccess.AccessDecision.DENIED_DUAL_AUTH =(-8) |
Access Denied. Not allowed to be the first cardholder in dual-auth Message: Denied: User is not part of the dual auth access group
com.gallagher.security.mobileaccess.AccessDecision.DENIED_DUAL_AUTH_REPEAT =(-14) |
Access Denied. Not allowed to use the same phone twice for dual auth Message: Denied: Dual auth failed because the same mobile was used
com.gallagher.security.mobileaccess.AccessDecision.DENIED_LIFT =(-5) |
Access Denied. Not allowed to enter the lift floor Message: Denied: User does not have access to lift floor
com.gallagher.security.mobileaccess.AccessDecision.DENIED_LOCKDOWN =(-4) |
Access Denied. The zone is locked down and the user does not have privilege to enter during lockdown Message: Denied: User does not have access during lockdown
com.gallagher.security.mobileaccess.AccessDecision.DENIED_MOBILE_NOT_SUPPORTED =(-16) |
Access Denied. Phone is not supported Message: Denied: Mobile not supported
com.gallagher.security.mobileaccess.AccessDecision.DENIED_NOT_ESCORT =(-10) |
Access Denied. Not allowed to be an escort for this visitor Message: Denied: User does not have the right to escort the visitor that attempted access
com.gallagher.security.mobileaccess.AccessDecision.DENIED_PASSBACK =(-12) |
Access Denied. Anti-passback violation Message: Denied: Passback not allowed
com.gallagher.security.mobileaccess.AccessDecision.DENIED_SECOND_DUAL_AUTH =(-9) |
Access Denied. Not allowed to be the second cardholder in dual-auth Message: Second dual auth user is not part of the access group
com.gallagher.security.mobileaccess.AccessDecision.DENIED_TAILGATING =(-13) |
Access Denied. Anti-tailgating violation Message: Denied: User shouldn't have tailgated
com.gallagher.security.mobileaccess.AccessDecision.DENIED_TAILGATING_VISITORS =(-11) |
Access Denied. Visitors not support with anti-tailgating Message: Denied: Multiple visitors are not supported with anti-tailgating enabled
com.gallagher.security.mobileaccess.AccessDecision.DENIED_UNEXPECTED =(-64) |
Access Denied. Unexpected error Message: Denied: Unexpected
com.gallagher.security.mobileaccess.AccessDecision.DENIED_ZONE =(-1) |
Access Denied. Not allowed to enter the zone Message: Denied: User does not have access to this zone
com.gallagher.security.mobileaccess.AccessDecision.DENIED_ZONE_TIME =(-2) |
Access Denied. Not allowed to enter at this time Message: Denied: User does not have access to this zone at this time
com.gallagher.security.mobileaccess.AccessDecision.GRANTED =(1) |
Access granted. Message: Granted
com.gallagher.security.mobileaccess.AccessDecision.GRANTED_WITH_COMPETENCIES =(2) |
Access granted, but with competency warnings Message: Granted: Competency warning
com.gallagher.security.mobileaccess.AccessDecision.GRANTED_WITH_PASSBACK =(3) |
Access granted, but with a passback warning Message: Granted: Shouldn't have passed back
com.gallagher.security.mobileaccess.AccessDecision.UNKNOWN =(0) |
Access unknown. Refer to lock for status. Message: Complete
com.gallagher.security.mobileaccess.AccessDecision.WITH_DUAL_AUTH =(5) |
Access not immediately granted. The zone requires a second person to authenticate to gain access. Message: Second authentication required for access
com.gallagher.security.mobileaccess.AccessDecision.WITH_ESCORT =(4) |
Access not immediately granted. The zone requires an escort to approve visitor access. Message: Escort or further visitors required for access