| Modifier and Type | Method and Description |
|---|---|
void |
applyHasAttrib()
Applies attrib presence flag.
|
void |
applyHasAuthenticationExtended()
Applies authentication extendedData field flag.
|
void |
applyHasDownloadConnectionConfig()
Applies download connection config presence flag.
|
void |
applyHasInstanceId()
Applies instance id presence flag.
|
void |
applyHasPassword()
Applies password presence flag.
|
void |
applyHasRole()
Applies application role field flag.
|
void |
applyHasUserNameType()
Applies user name type presence flag.
|
void |
applyNoRefresh()
Applies no refresh required flag.
|
void |
applyPause()
Applies pause flag to login request.
|
LoginAttrib |
attrib()
Returns login attrib information.
|
void |
attrib(LoginAttrib attrib)
Sets login attrib information.
|
com.thomsonreuters.upa.codec.Buffer |
authenticationExtended()
Gets the authentication extended data.
|
void |
authenticationExtended(com.thomsonreuters.upa.codec.Buffer authenticationExtended)
Sets the authentication extended data.
|
boolean |
checkHasAttrib()
Checks the presence of attrib field.
|
boolean |
checkHasAuthenticationExtended()
Checks the presence of the authenticationExtended data field.
|
boolean |
checkHasDownloadConnectionConfig()
Checks the presence of download connection config field.
|
boolean |
checkHasInstanceId()
Checks the presence of instance id field.
|
boolean |
checkHasPassword()
Checks the presence of password field.
|
boolean |
checkHasRole()
Checks the presence of application role field.
|
boolean |
checkHasUserNameType()
Checks the presence of user name type.
|
boolean |
checkNoRefresh()
Checks if no refresh required flag is set.
|
boolean |
checkPause()
Checks if login request is pause.
|
int |
copy(LoginRequest destRequestMsg)
Performs a deep copy of
LoginRequest object. |
long |
downloadConnectionConfig()
downloadConnectionConfig - Indicates whether the Consumer desires
connection information.
|
void |
downloadConnectionConfig(long downloadConnectionConfig)
downloadConnectionConfig - Indicates whether the Consumer desires
connection information.
|
int |
flags()
The RDM Login request flags.
|
void |
flags(int flags)
The RDM Login request flags.
|
void |
initDefaultRequest(int streamId)
Initializes a LoginRequest, clearing it and filling in a typical
userName, applicationName and position.
|
com.thomsonreuters.upa.codec.Buffer |
instanceId()
Returns instance id.
|
void |
instanceId(com.thomsonreuters.upa.codec.Buffer instanceId)
Sets instance id.
|
com.thomsonreuters.upa.codec.Buffer |
password()
The password.
|
long |
role()
Indicates the role of the application.
|
void |
role(long role)
Indicates the role of the application.
|
com.thomsonreuters.upa.codec.Buffer |
userName()
The userName that was used when sending the Login Request.
|
void |
userName(com.thomsonreuters.upa.codec.Buffer userName)
Sets userName for login to the user specified buffer.
|
int |
userNameType()
userNameType - The type of the userName that was used with the Login
Refresh.Populated by
Login.UserIdTypes |
void |
userNameType(int userNameType)
userNameType - The type of the userName that was used with the Login
Request.
|
rdmMsgType, rdmMsgTypevoid flags(int flags)
LoginRequestFlags.flags - the flagsint flags()
LoginRequestFlags.int copy(LoginRequest destRequestMsg)
LoginRequest object.destRequestMsg - Message to copy login request object into. It
cannot be null.void initDefaultRequest(int streamId)
streamId - the stream idcom.thomsonreuters.upa.codec.Buffer userName()
void userName(com.thomsonreuters.upa.codec.Buffer userName)
userName - the user nameint userNameType()
Login.UserIdTypesvoid userNameType(int userNameType)
Login.UserIdTypesuserNameType - the user name typeboolean checkHasUserNameType()
flags()void applyHasUserNameType()
flags(int)boolean checkPause()
void applyPause()
boolean checkNoRefresh()
void applyNoRefresh()
void attrib(LoginAttrib attrib)
attrib - -login attrib.LoginAttrib attrib()
boolean checkHasAttrib()
flags()void applyHasAttrib()
flags(int)long downloadConnectionConfig()
LoginRefresh.void downloadConnectionConfig(long downloadConnectionConfig)
LoginRefresh.downloadConnectionConfig - the download connection configboolean checkHasDownloadConnectionConfig()
flags()void applyHasDownloadConnectionConfig()
flags(int)com.thomsonreuters.upa.codec.Buffer instanceId()
void instanceId(com.thomsonreuters.upa.codec.Buffer instanceId)
instanceId - the instance idboolean checkHasInstanceId()
flags()void applyHasInstanceId()
flags(int)com.thomsonreuters.upa.codec.Buffer password()
boolean checkHasPassword()
flags()void applyHasPassword()
flags(int)long role()
Login.RoleTypesvoid role(long role)
Login.RoleTypesrole - of the application.boolean checkHasRole()
flags()void applyHasRole()
flags(int)com.thomsonreuters.upa.codec.Buffer authenticationExtended()
ElementNames.AUTHN_TOKEN login
userNameType.void authenticationExtended(com.thomsonreuters.upa.codec.Buffer authenticationExtended)
ElementNames.AUTHN_TOKEN login
userNameType.authenticationExtended - the authentication extendedboolean checkHasAuthenticationExtended()
flags()void applyHasAuthenticationExtended()
flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.