summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/conf/token-states.properties
blob: 3c7e7d6da2786a96d5fe3278b715000a56f96f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Token states
UNINITIALIZED       = Uninitialized
ACTIVE              = Active
SUSPENDED           = Temporarily lost/suspended
PERM_LOST           = Permanently lost
DAMAGED             = Physically damaged
TEMP_LOST_PERM_LOST = Temporarily lost then permanently lost
TERMINATED          = Terminated

# Token state transitions
UNINITIALIZED.DAMAGED    = This token has been physically damaged.
UNINITIALIZED.PERM_LOST  = This token has been permanently lost.
UNINITIALIZED.SUSPENDED  = This token has been temporarily lost/suspended.
UNINITIALIZED.TERMINATED = This token has been terminated.
SUSPENDED.ACTIVE         = This temporarily lost/suspended token has been found.
SUSPENDED.PERM_LOST      = This temporarily lost/suspended token has become permanently lost.
SUSPENDED.TERMINATED     = This temporarily lost/suspended token has been terminated.
SUSPENDED.UNINITIALIZED  = This temporarily lost/suspended token has been found.
ACTIVE.DAMAGED           = This token has been physically damaged.
ACTIVE.PERM_LOST         = This token has been permanently lost.
ACTIVE.SUSPENDED         = This token has been temporarily lost/suspended.
ACTIVE.TERMINATED        = This token has been terminated.