Enum MercuryAntiPassbackTypes
This is a listing of Mercury Anti Pass-back Types
| Name | Value | Description |
|---|---|---|
| None | 0 | Do not check or alter anti-passback location. (No anti-passback rules.) |
| Soft | 1 | Soft anti-passback: Accept any new location, change the users location to current reader, and generate an anti-passback violation for an invalid entry. |
| Hard | 2 | Hard anti-passback: Check user location, if a valid entry is made, change user’s location to new location. If an invalid entry is attempted, do not grant access. |
| Timed | 3 | Reader-based anti-passback using the ACR’s last valid user. Verify it’s not the same user within the time parameter specified within anti passback timeout. Note: if card A is read and then card B is read, card A can be re-used and not violate this anti-passback rule. |
| TimedAccessHistory | 4 | Reader-based anti-passback using the access history from the cardholder database: Check user’s last ACR used, checks for same reader within a specified time (anti passback timeout). |
| TimedAreaBased | 5 | Area based anti-passback: Check user’s current location, if it does not match the expected location then check the delay time (anti passback timeout). Change user’s location on entry. |
| TimedMinutes | 6 | Same as Timed but the apb_delay value is treated as minutes instead of seconds. |
| TimedAccessHistoryMinutes | 7 | Same as TimedAccessHistory but the apb_delay value is treated as minutes instead of seconds. |
| TimedAreaBasedMinutes | 8 | Same as TimedAreaBased but the apb_delay value is treated as minutes instead of seconds. |