|
odil
C++11libraryfortheDICOMstandard
|
User Identity, cf. PS3.8 D.3.3.7. More...
#include <AssociationParameters.h>
Public Types | |
| enum | Type { None = 0, Username = 1, UsernameAndPassword = 2, Kerberos = 3, SAML = 4 } |
| User identity type. | |
Public Member Functions | |
| UserIdentity (Type type, std::string const &primary_field, std::string const &secondary_field) | |
| bool | operator== (UserIdentity const &other) const |
| Member-wise equality. | |
Public Attributes | |
| Type | type |
| Identity type. | |
| std::string | primary_field |
| Primary identity field. | |
| std::string | secondary_field |
| Secondary identity field. | |
User Identity, cf. PS3.8 D.3.3.7.
1.8.13