9#ifndef _b935542d_12c9_4c81_963c_32b7996af777
10#define _b935542d_12c9_4c81_963c_32b7996af777
30 static uint8_t
const type=0x58;
65 std::string
const & username, std::string
const & passcode);
Base class for all PDU-related high-level objects (PDU, items and sub-items).
Definition Object.h:28
User Identity Sub-Item Structure (A-ASSOCIATE-RQ) (PS 3.7, D.3.3.7.1).
Definition UserIdentityRQ.h:27
void set_type(uint8_t type)
Set the type of the User Identity.
void set_saml_assertion(std::string const &assertion)
bool get_positive_response_requested() const
Return whether a positive response is requested.
void set_kerberos_service_ticket(std::string const &ticket)
void set_positive_response_requested(bool value)
Set whether a positive response is requested.
std::string const & get_primary_field() const
Return the primary identity field.
void set_username_and_passcode(std::string const &username, std::string const &passcode)
std::string const & get_secondary_field() const
Return the secondary identity field.
uint8_t get_type() const
Return the type of the User Identity.
UserIdentityRQ(std::istream &stream)
Read an User Identity from a stream.
UserIdentityRQ()
Create an User Identity.
void set_secondary_field(std::string const &value)
Set the secondary identity field.
void set_primary_field(std::string const &value)
Set the primary identity field.
void set_username(std::string const &username)
Definition Association.h:25
#define ODIL_API
Definition odil.h:28