CosAuthentication encapsulates authentication member of the ClassOfService class. More...
Public Types | |
enum | CosAuthenticationType { NotRequiredEnum = 0 , OmmLoginEnum = 1 } |
Public Member Functions | |
Constructor | |
CosAuthentication () | |
More... | |
CosAuthentication (const CosAuthentication &other) | |
More... | |
Destructor | |
virtual | ~CosAuthentication () |
More... | |
Operations | |
CosAuthentication & | operator= (const CosAuthentication &other) |
More... | |
CosAuthentication & | clear () |
More... | |
CosAuthentication & | type (CosAuthenticationType type=NotRequiredEnum) |
More... | |
Accessors | |
CosAuthenticationType | getType () const |
More... | |
CosAuthentication contains options to authenticate a consumer to the corresponding provider.
Definition at line 98 of file TunnelStreamRequest.h.
An enumeration representing authentication type.
Enumerator | |
---|---|
NotRequiredEnum | Indicates authentication is not required |
OmmLoginEnum | Indicates OmmLogin message is required for authentication |
Definition at line 105 of file TunnelStreamRequest.h.
refinitiv::ema::access::CosAuthentication::CosAuthentication | ( | ) |
Default constructor
refinitiv::ema::access::CosAuthentication::CosAuthentication | ( | const CosAuthentication & | other | ) |
Copy constructor
[in] | other | specifies CosAuthentication object to copy from |
|
virtual |
Destructor
CosAuthentication& refinitiv::ema::access::CosAuthentication::clear | ( | ) |
Clears object by setting defaults
CosAuthenticationType refinitiv::ema::access::CosAuthentication::getType | ( | ) | const |
Returns Authentication type
CosAuthentication& refinitiv::ema::access::CosAuthentication::operator= | ( | const CosAuthentication & | other | ) |
Assignment operator
[in] | other | specifies CosAuthentication object to copy from |
CosAuthentication& refinitiv::ema::access::CosAuthentication::type | ( | CosAuthenticationType | type = NotRequiredEnum | ) |
Specifies authentication type
[in] | type | authentication type |
OmmOutOfRangeException | if passed in authentication type is not valid |
![]() |
![]() |
|