dmlite::DomeCredentials Struct Reference

#include <DomeTalker.h>

List of all members.

Public Member Functions

 DomeCredentials (std::string cn, std::string ra, std::vector< std::string > gr)
 DomeCredentials ()
 DomeCredentials (const SecurityContext *ctx)

Public Attributes

std::string clientName
 The remote user that originated a request. Typically a DN.
std::string remoteAddress
 The remote address of the user's machine.
std::vector< std::string > groups
 The groups the user belongs to.

Constructor & Destructor Documentation

dmlite::DomeCredentials::DomeCredentials ( std::string  cn,
std::string  ra,
std::vector< std::string >  gr 
) [inline]
dmlite::DomeCredentials::DomeCredentials (  )  [inline]
dmlite::DomeCredentials::DomeCredentials ( const SecurityContext ctx  )  [inline]

Member Data Documentation

The remote user that originated a request. Typically a DN.

std::vector<std::string> dmlite::DomeCredentials::groups

The groups the user belongs to.

The remote address of the user's machine.


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

Generated on 11 Jan 2019 for dmlite by  doxygen 1.6.1