User Identity Sub-Item Structure (A-ASSOCIATE-RQ) (PS 3.7, D.3.3.7.1).
More...
#include <UserIdentityRQ.h>
|
| static uint8_t const | type =0x58 |
| | Item type.
|
User Identity Sub-Item Structure (A-ASSOCIATE-RQ) (PS 3.7, D.3.3.7.1).
◆ UserIdentityRQ() [1/2]
| odil::pdu::UserIdentityRQ::UserIdentityRQ |
( |
| ) |
|
◆ UserIdentityRQ() [2/2]
| odil::pdu::UserIdentityRQ::UserIdentityRQ |
( |
std::istream & | stream | ) |
|
Read an User Identity from a stream.
◆ get_positive_response_requested()
| bool odil::pdu::UserIdentityRQ::get_positive_response_requested |
( |
| ) |
const |
Return whether a positive response is requested.
◆ get_primary_field()
| std::string const & odil::pdu::UserIdentityRQ::get_primary_field |
( |
| ) |
const |
Return the primary identity field.
◆ get_secondary_field()
| std::string const & odil::pdu::UserIdentityRQ::get_secondary_field |
( |
| ) |
const |
Return the secondary identity field.
◆ get_type()
| uint8_t odil::pdu::UserIdentityRQ::get_type |
( |
| ) |
const |
Return the type of the User Identity.
◆ set_kerberos_service_ticket()
| void odil::pdu::UserIdentityRQ::set_kerberos_service_ticket |
( |
std::string const & | ticket | ) |
|
◆ set_positive_response_requested()
| void odil::pdu::UserIdentityRQ::set_positive_response_requested |
( |
bool | value | ) |
|
Set whether a positive response is requested.
◆ set_primary_field()
| void odil::pdu::UserIdentityRQ::set_primary_field |
( |
std::string const & | value | ) |
|
Set the primary identity field.
◆ set_saml_assertion()
| void odil::pdu::UserIdentityRQ::set_saml_assertion |
( |
std::string const & | assertion | ) |
|
◆ set_secondary_field()
| void odil::pdu::UserIdentityRQ::set_secondary_field |
( |
std::string const & | value | ) |
|
Set the secondary identity field.
◆ set_type()
| void odil::pdu::UserIdentityRQ::set_type |
( |
uint8_t | type | ) |
|
Set the type of the User Identity.
◆ set_username()
| void odil::pdu::UserIdentityRQ::set_username |
( |
std::string const & | username | ) |
|
◆ set_username_and_passcode()
| void odil::pdu::UserIdentityRQ::set_username_and_passcode |
( |
std::string const & | username, |
|
|
std::string const & | passcode ) |
◆ type
| uint8_t const odil::pdu::UserIdentityRQ::type =0x58 |
|
static |
The documentation for this class was generated from the following file: