public class LoginStatusFlags
extends java.lang.Object
LoginStatus| Modifier and Type | Field and Description |
|---|---|
static int |
CLEAR_CACHE
(0x08) Indicates whether the receiver of the login status should clear any
associated cache information.
|
static int |
HAS_AUTHENTICATION_ERROR_CODE
(0x0010) Indicates presence of the authenticationErrorCode member.
|
static int |
HAS_AUTHENTICATION_ERROR_TEXT
(0x0020) Indicates presence of the authenticationErrorText member.
|
static int |
HAS_STATE
(0x01) Indicates presence of the state member.
|
static int |
HAS_USERNAME
(0x02) Indicates presence of the userName member.
|
static int |
HAS_USERNAME_TYPE
(0x04) Indicates presence of the userNameType member.
|
static int |
NONE
(0x00) No flags set.
|
public static final int NONE
public static final int HAS_STATE
public static final int HAS_USERNAME
public static final int HAS_USERNAME_TYPE
public static final int CLEAR_CACHE
public static final int HAS_AUTHENTICATION_ERROR_CODE
ElementNames.AUTHN_TOKENpublic static final int HAS_AUTHENTICATION_ERROR_TEXT
ElementNames.AUTHN_TOKENCopyright @ 2019 Thomson Reuters. All Rights Reserved.