public interface LoginRefresh extends LoginMsg
LoginMsg,
LoginRefreshFlags| Modifier and Type | Method and Description |
|---|---|
void |
applyClearCache()
Applies clear cache flag.
|
void |
applyHasAttrib()
Applies attrib presence flag.
|
void |
applyHasAuthenticationErrorCode()
Applies authenticationErrorCode field flag.
|
void |
applyHasAuthenticationErrorText()
Applies authenticationErrorText field flag.
|
void |
applyHasAuthenticationExtendedResp()
Applies authenticationExtendedResp field flag.
|
void |
applyHasAuthenticationTTReissue()
Applies authenticationTTReissue field flag.
|
void |
applyHasConnectionConfig()
Applies connectionConfig presence flag.
|
void |
applyHasFeatures()
Applies features presence flag.
|
void |
applyHasSequenceNumber()
Applies sequenceNumber presence flag.
|
void |
applyHasUserName()
Applies user name presence flag.
|
void |
applyHasUserNameType()
Applies user name type presence flag.
|
void |
applySolicited()
Applies solicited flag.
|
LoginAttrib |
attrib()
Returns login attrib information.
|
void |
attrib(LoginAttrib attrib)
Sets login attrib information.
|
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.
|
com.thomsonreuters.upa.codec.Buffer |
authenticationExtendedResp()
Returns the authentication extended data response.
|
void |
authenticationExtendedResp(com.thomsonreuters.upa.codec.Buffer authenticationExtendedResp)
Sets the authentication extended response field.
|
long |
authenticationTTReissue()
Returns the authentication time to reissue in seconds.
|
void |
authenticationTTReissue(long authenticationTTReissue)
Sets the authentication time to reissue in seconds.
|
boolean |
checkClearCache()
Checks the presence of clear cache flag.
|
boolean |
checkHasAttrib()
Checks the presence of attrib field.
|
boolean |
checkHasAuthenticationErrorCode()
Checks the presence of the authentication error code field.
|
boolean |
checkHasAuthenticationErrorText()
Checks the presence of the authentication error text field.
|
boolean |
checkHasAuthenticationExtendedResp()
Checks the presence of the optional authentication extended response
field.
|
boolean |
checkHasAuthenticationTTReissue()
Checks the presence of the authentication time to reissue field.
|
boolean |
checkHasConnectionConfig()
Checks the presence of connectionConfig member.
|
boolean |
checkHasFeatures()
Checks the presence of features member.
|
boolean |
checkHasSequenceNumber()
Checks the presence of sequenceNumber field.
|
boolean |
checkHasUserName()
Checks the presence of user name field.
|
boolean |
checkHasUserNameType()
Checks the presence of user name type field.
|
boolean |
checkSolicited()
Checks the presence of solicited flag.
|
LoginConnectionConfig |
connectionConfig()
Returns connection config information.
|
void |
connectionConfig(LoginConnectionConfig connectionConfig)
Sets connection config information.
|
int |
copy(LoginRefresh destRefreshMsg)
Performs a deep copy of
LoginRefresh object. |
LoginSupportFeatures |
features()
Returns the set of features provider of this login refresh message
supports.
|
void |
features(LoginSupportFeatures features)
Sets the set of features provider of this login refresh message supports.
|
int |
flags()
The RDM Login refresh flags.
|
void |
flags(int flags)
The RDM Login refresh flags.
|
long |
sequenceNumber()
sequenceNumber - The sequence number of this message.
|
void |
sequenceNumber(long sequenceNumber)
sequenceNumber - The sequence number of this message.
|
com.thomsonreuters.upa.codec.State |
state()
Returns the current state of the login stream.
|
void |
state(com.thomsonreuters.upa.codec.State state)
Sets state - current state of the login stream.
|
com.thomsonreuters.upa.codec.Buffer |
userName()
Returns userName that was used when sending the Login refresh.
|
void |
userName(com.thomsonreuters.upa.codec.Buffer userName)
Sets userName for login to the user specified buffer.
|
int |
userNameType()
The type of the userName that was used with the Login Refresh.
|
void |
userNameType(int userNameType)
The type of the userName that was used with the Login Request.Populated
by
Login.UserIdTypes |
rdmMsgType, rdmMsgTypevoid flags(int flags)
LoginRefreshFlags.flags - the flagsint flags()
LoginRefreshFlags.int copy(LoginRefresh destRefreshMsg)
LoginRefresh object.destRefreshMsg - Message to copy login refresh 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 userNameType)
Login.UserIdTypesuserNameType - - user name type.boolean checkHasUserNameType()
flags()void applyHasUserNameType()
flags(int)com.thomsonreuters.upa.codec.State state()
void state(com.thomsonreuters.upa.codec.State state)
state - the statelong sequenceNumber()
void sequenceNumber(long sequenceNumber)
sequenceNumber - the sequence numberboolean checkHasSequenceNumber()
flags()void applyHasSequenceNumber()
flags(int)boolean checkClearCache()
flags()void applyClearCache()
flags(int)void applySolicited()
flags(int)boolean checkSolicited()
flags()void attrib(LoginAttrib attrib)
attrib - -login attrib.LoginAttrib attrib()
boolean checkHasAttrib()
flags()void applyHasAttrib()
flags(int)void features(LoginSupportFeatures features)
features - -set of provided features.LoginSupportFeatures features()
boolean checkHasFeatures()
flags()void applyHasFeatures()
flags(int)void connectionConfig(LoginConnectionConfig connectionConfig)
connectionConfig - the connection configLoginConnectionConfig connectionConfig()
boolean checkHasConnectionConfig()
flags()void applyHasConnectionConfig()
flags(int)void authenticationTTReissue(long authenticationTTReissue)
ElementNames.AUTHN_TOKEN
login userNameType.authenticationTTReissue - the authentication TT reissuelong authenticationTTReissue()
ElementNames.AUTHN_TOKEN
login userNameType.boolean checkHasAuthenticationTTReissue()
flags()void applyHasAuthenticationTTReissue()
flags(int)void authenticationExtendedResp(com.thomsonreuters.upa.codec.Buffer authenticationExtendedResp)
ElementNames.AUTHN_TOKEN
login userNameType.authenticationExtendedResp - the authentication extended respcom.thomsonreuters.upa.codec.Buffer authenticationExtendedResp()
ElementNames.AUTHN_TOKEN
login userNameType.boolean checkHasAuthenticationExtendedResp()
flags()void applyHasAuthenticationExtendedResp()
flags(int)void authenticationErrorCode(long authenticationErrorCode)
ElementNames.AUTHN_TOKEN
login userNameType.authenticationErrorCode - the authentication error codelong authenticationErrorCode()
ElementNames.AUTHN_TOKEN
login userNameType.boolean checkHasAuthenticationErrorCode()
flags()void applyHasAuthenticationErrorCode()
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()
flags()void applyHasAuthenticationErrorText()
flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.