public static interface PortalEnums.PinTermStatus
Modifier and Type | Field and Description |
---|---|
static int |
FORCED
the session was forced close *
|
static int |
NAS_RESET
the NAS was found to have been reset *
|
static int |
NOT_SET
not set yet (implies session is open) *
|
static int |
OK
OK - login/logout is OK *
|
static int |
ORPHAN
LOGIN found an orphan session *
|
static final int NOT_SET
static final int OK
static final int ORPHAN
static final int NAS_RESET
static final int FORCED