public class LoginStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
AUTH_ACCOUNT_EXPIRED
Account Expired
|
static int |
AUTH_COMPLETED
Authentication completed - logout
|
static int |
AUTH_ERROR
Authentication failure - error in service , module not setting token
|
static int |
AUTH_FAILED
Authentication Failed
|
static int |
AUTH_IN_PROGRESS
Authentication not started
|
static int |
AUTH_NOT_STARTED
Authentication not started
|
static int |
AUTH_ORG_MISMATCH
Organization mismatch
|
static int |
AUTH_RESET
Authentication is reset
|
static int |
AUTH_SUCCESS
Authentication in progress
|
int |
loginStatus
Authentication not started
|
Constructor and Description |
---|
LoginStatus() |
Modifier and Type | Method and Description |
---|---|
int |
getStatus()
Returns Login Status.
|
void |
setStatus(int status)
Sets Login Status.
|
public static final int AUTH_NOT_STARTED
public static final int AUTH_IN_PROGRESS
public static final int AUTH_SUCCESS
public static final int AUTH_FAILED
public static final int AUTH_COMPLETED
public static final int AUTH_ERROR
public static final int AUTH_RESET
public static final int AUTH_ORG_MISMATCH
public static final int AUTH_ACCOUNT_EXPIRED
public int loginStatus
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.