odil
C++11libraryfortheDICOMstandard
Public Types | Public Member Functions | Public Attributes | List of all members
odil::AssociationParameters::UserIdentity Struct Reference

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

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.
 

Detailed Description

User Identity, cf. PS3.8 D.3.3.7.


The documentation for this struct was generated from the following files: