public interface LoginAttrib
| Modifier and Type | Method and Description |
|---|---|
long |
allowSuspectData()
Returns allowSuspectData for the login message.
|
void |
allowSuspectData(long allowSuspectData)
Sets allowSuspectData for the login message.
|
com.thomsonreuters.upa.codec.Buffer |
applicationId()
Returns DACS application id for the login message.
|
void |
applicationId(com.thomsonreuters.upa.codec.Buffer applicationId)
Sets DACS application id for the login message.
|
com.thomsonreuters.upa.codec.Buffer |
applicationName()
Returns applicationName for the login message.
|
void |
applicationName(com.thomsonreuters.upa.codec.Buffer applicationName)
Sets applicationName for the login message.
|
void |
applyHasAllowSuspectData()
Applies allow suspect data presence flag.
|
void |
applyHasApplicationId()
Applies application id presence flag.
|
void |
applyHasApplicationName()
Applies application name presence flag.
|
void |
applyHasPosition()
Applies position presence flag.
|
void |
applyHasProvidePermissionExpressions()
Applies provide permission expressions presence flag.
|
void |
applyHasProvidePermissionProfile()
Applies provide permission profile presence flag.
|
void |
applyHasProviderSupportDictionaryDownload()
Applies provider support dictionary download flag.
|
void |
applyHasSingleOpen()
Applies single open presence flag.
|
boolean |
checkHasAllowSuspectData()
Checks the presence of allow suspect data field.
|
boolean |
checkHasApplicationId()
Checks the presence of application id field.
|
boolean |
checkHasApplicationName()
Checks the presence of application name field.
|
boolean |
checkHasPosition()
Checks the presence of position field.
|
boolean |
checkHasProvidePermissionExpressions()
Checks the presence of provide permission expressions field.
|
boolean |
checkHasProvidePermissionProfile()
Checks the presence of provide permission profile field.
|
boolean |
checkHasProviderSupportDictionaryDownload()
Checks the presence of provider support dictionary download field.
|
boolean |
checkHasSingleOpen()
Checks the presence of single open field.
|
void |
clear()
Clears the current contents of the login attrib object and prepares it
for re-use.
|
int |
copy(LoginAttrib destAttrib)
Performs a deep copy of
LoginAttrib object. |
int |
flags()
Returns login request attrib flags.
|
void |
flags(int flags)
Sets login attrib flags.
|
com.thomsonreuters.upa.codec.Buffer |
position()
Returns the DACS position for login message.
|
void |
position(com.thomsonreuters.upa.codec.Buffer position)
Sets the DACS position for login message.
|
long |
providePermissionExpressions()
Sets providePermissionExpressions for the login message.
|
void |
providePermissionExpressions(long providePermissionExpressions)
Returns providePermissionExpressions for the login message.
|
long |
providePermissionProfile()
Returns providePermissionProfile for the login message.
|
void |
providePermissionProfile(long providePermissionProfile)
Sets providePermissionProfile for the login message.
|
long |
singleOpen()
Returns singleOpen field of the login message.
|
void |
singleOpen(long singleOpen)
Sets singleOpen field of the login message.
|
long |
supportProviderDictionaryDownload()
Returns supportProviderDictionaryDownload for the login message.
|
void |
supportProviderDictionaryDownload(long supportProviderDictionaryDownload)
Sets supportProviderDictionaryDownload for the login message.
|
void flags(int flags)
LoginAttribFlags.flags - the flagsint flags()
LoginAttribFlagsint copy(LoginAttrib destAttrib)
LoginAttrib object.destAttrib - Login attrib object to copy this object into. It cannot be
null.void clear()
com.thomsonreuters.upa.codec.Buffer applicationId()
void applicationId(com.thomsonreuters.upa.codec.Buffer applicationId)
applicationId - -DACS Application ID.boolean checkHasApplicationId()
flags()void applyHasApplicationId()
flags(int)com.thomsonreuters.upa.codec.Buffer applicationName()
void applicationName(com.thomsonreuters.upa.codec.Buffer applicationName)
applicationName - the application nameboolean checkHasApplicationName()
flags()void applyHasApplicationName()
flags(int)com.thomsonreuters.upa.codec.Buffer position()
void position(com.thomsonreuters.upa.codec.Buffer position)
position - the positionboolean checkHasPosition()
flags()void applyHasPosition()
flags(int)long providePermissionProfile()
void providePermissionProfile(long providePermissionProfile)
providePermissionProfile - the provide permission profileboolean checkHasProvidePermissionProfile()
flags()void applyHasProvidePermissionProfile()
flags(int)long providePermissionExpressions()
void providePermissionExpressions(long providePermissionExpressions)
providePermissionExpressions - the provide permission expressionsboolean checkHasProvidePermissionExpressions()
flags()void applyHasProvidePermissionExpressions()
flags(int)long singleOpen()
void singleOpen(long singleOpen)
singleOpen - the single openboolean checkHasSingleOpen()
flags()void applyHasSingleOpen()
flags(int)long allowSuspectData()
void allowSuspectData(long allowSuspectData)
allowSuspectData - the allow suspect databoolean checkHasAllowSuspectData()
flags()void applyHasAllowSuspectData()
flags(int)long supportProviderDictionaryDownload()
void supportProviderDictionaryDownload(long supportProviderDictionaryDownload)
supportProviderDictionaryDownload - the support provider dictionary downloadboolean checkHasProviderSupportDictionaryDownload()
flags()void applyHasProviderSupportDictionaryDownload()
flags(int)Copyright @ 2019 Thomson Reuters. All Rights Reserved.