| Modifier and Type | Method and Description |
|---|---|
void |
applyClearCache()
Applies clear cache flag.
|
void |
applyHasAuthenticationErrorCode()
Applies authenticationErrorCode field flag.
|
void |
applyHasAuthenticationErrorText()
Applies authenticationErrorText field flag.
|
void |
applyHasState()
Applies state presence flag.
|
void |
applyHasUserName()
userName - Applies user name presence flag.
|
void |
applyHasUserNameType()
Applies user name type presence flag.
|
long |
authenticationErrorCode()
Returns the authentication error code.
|
void |
authenticationErrorCode(long authenticationErrorCode)
Sets the authentication error code.
|
com.thomsonreuters.upa.codec.Buffer |
authenticationErrorText()
Returns the authentication error text.
|
void |
authenticationErrorText(com.thomsonreuters.upa.codec.Buffer authenticationErrorText)
Sets the authentication error text.
|
boolean |
checkClearCache()
Checks the presence of clear cache flag.
|
boolean |
checkHasAuthenticationErrorCode()
Checks the presence of the authentication error code field.
|
boolean |
checkHasAuthenticationErrorText()
Checks the presence of the authentication error text field.
|
boolean |
checkHasState()
Checks the presence of state field.
|
boolean |
checkHasUserName()
Checks the presence of user name field.
|
boolean |
checkHasUserNameType()
Checks the presence of user name type field.
|
int |
copy(LoginStatus destStatusMsg)
Performs a deep copy of
LoginStatus object. |
int |
flags()
The RDM Login Status flags.
|
void |
flags(int flags)
The RDM Login Status flags.
|
com.thomsonreuters.upa.codec.State |
state()
The current state of the login stream.
|
com.thomsonreuters.upa.codec.Buffer |
userName()
userName - The userName that was used when sending the Login Status.
|
void |
userName(com.thomsonreuters.upa.codec.Buffer userName)
Sets userName for login to the user specified buffer.
|
int |
userNameType()
nameType - The type of the userName that was used with the Login Status.
|
void |
userNameType(int nameType)
nameType - The type of the userName that was used with the Login Request.Populated
by
Login.UserIdTypes |
rdmMsgType, rdmMsgTypevoid flags(int flags)
LoginStatusFlags.flags - the flagsint flags()
LoginStatusFlags.int copy(LoginStatus destStatusMsg)
LoginStatus object.destStatusMsg - Message to copy login status object into. It cannot be null.com.thomsonreuters.upa.codec.Buffer userName()
void userName(com.thomsonreuters.upa.codec.Buffer userName)
userName - the user nameboolean checkHasUserName()
flags()void applyHasUserName()
flags(int)int userNameType()
Login.UserIdTypesvoid userNameType(int nameType)
Login.UserIdTypesnameType - the name typeboolean checkHasUserNameType()
flags()void applyHasUserNameType()
flags(int)com.thomsonreuters.upa.codec.State state()
boolean checkHasState()
flags()void applyHasState()
flags(int)boolean checkClearCache()
flags()void applyClearCache()
flags(int)void authenticationErrorCode(long authenticationErrorCode)
ElementNames.AUTHN_TOKEN
login userNameType.authenticationErrorCode - the authentication error codelong authenticationErrorCode()
ElementNames.AUTHN_TOKEN login userNameType.boolean checkHasAuthenticationErrorCode()
ElementNames.AUTHN_TOKEN login userNameType.
This flag can also be bulk-get by flags()void applyHasAuthenticationErrorCode()
ElementNames.AUTHN_TOKEN login userNameType.
This flag can also be bulk-set by flags(int)void authenticationErrorText(com.thomsonreuters.upa.codec.Buffer authenticationErrorText)
ElementNames.AUTHN_TOKEN login userNameType.authenticationErrorText - the authentication error textcom.thomsonreuters.upa.codec.Buffer authenticationErrorText()
ElementNames.AUTHN_TOKEN login userNameType.boolean checkHasAuthenticationErrorText()
ElementNames.AUTHN_TOKEN login userNameType.
This flag can also be bulk-get by flags()void applyHasAuthenticationErrorText()
ElementNames.AUTHN_TOKEN login userNameType.
This flag can also be bulk-set by flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.