9 #ifndef _b935542d_12c9_4c81_963c_32b7996af777
10 #define _b935542d_12c9_4c81_963c_32b7996af777
26 class ODIL_API UserIdentityRQ:
public Object
30 static uint8_t
const type=0x58;
36 UserIdentityRQ(std::istream & stream);
39 uint8_t get_type()
const;
42 void set_type(uint8_t type);
45 bool get_positive_response_requested()
const;
48 void set_positive_response_requested(
bool value);
51 std::string
const & get_primary_field()
const;
54 void set_primary_field(std::string
const & value);
57 std::string
const & get_secondary_field()
const;
60 void set_secondary_field(std::string
const & value);
62 void set_username(std::string
const & username);
64 void set_username_and_passcode(
65 std::string
const & username, std::string
const & passcode);
67 void set_kerberos_service_ticket(std::string
const & ticket);
69 void set_saml_assertion(std::string
const & assertion);
76 #endif // _b935542d_12c9_4c81_963c_32b7996af777