public class LoginRefreshFlags
extends java.lang.Object
LoginRefresh| Modifier and Type | Field and Description |
|---|---|
static int |
CLEAR_CACHE
(0x0001) Indicates whether the receiver of the refresh should clear any
associated cache information.
|
static int |
HAS_ATTRIB
(0x0004) Indicates presence of login attrib member.
|
static int |
HAS_AUTHENTICATION_ERROR_CODE
(0x0800) Indicates presence of the authenticationErrorCode member.
|
static int |
HAS_AUTHENTICATION_ERROR_TEXT
(0x1000) Indicates presence of the authenticationErrorText member.
|
static int |
HAS_AUTHENTICATION_EXTENDED_RESP
(0x0400) Indicates presence of the authenticationExtendedResp member.
|
static int |
HAS_AUTHENTICATION_TT_REISSUE
(0x0200) Indicates presence of the authenticationTTReissue member.
|
static int |
HAS_CONN_CONFIG
(0x0002) Indicates presence of connectionconfig - payload for login
refresh containing numStandbyServers and serverList members.
|
static int |
HAS_FEATURES
(0x0010) Indicates presence of login support features member.
|
static int |
HAS_SEQ_NUM
(0x0008) Indicates presence of the sequenceNumber member.
|
static int |
HAS_USERNAME
(0x0020) Indicates presence of the userName member.
|
static int |
HAS_USERNAME_TYPE
(0x0040) Indicates presence of the userNameType member.
|
static int |
NONE
(0x00000) No flags set.
|
static int |
SOLICITED
(0x0080) Indicates whether this refresh is being provided in response to
a request.
|
public static final int NONE
public static final int CLEAR_CACHE
public static final int HAS_CONN_CONFIG
public static final int HAS_ATTRIB
public static final int HAS_SEQ_NUM
public static final int HAS_FEATURES
public static final int HAS_USERNAME
public static final int HAS_USERNAME_TYPE
public static final int SOLICITED
public static final int HAS_AUTHENTICATION_TT_REISSUE
ElementNames.AUTHN_TOKENpublic static final int HAS_AUTHENTICATION_EXTENDED_RESP
ElementNames.AUTHN_TOKENpublic 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.