CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gateway::GatewayKey Struct Reference

#include <gateway_util.h>

Public Member Functions

 GatewayKey ()
 
 GatewayKey (const std::string &i, const std::string &s)
 
bool IsValid () const
 
std::string id () const
 
std::string secret () const
 

Private Attributes

std::string id_
 
std::string secret_
 

Detailed Description

Definition at line 12 of file gateway_util.h.

Constructor & Destructor Documentation

gateway::GatewayKey::GatewayKey ( )
inline

Definition at line 14 of file gateway_util.h.

gateway::GatewayKey::GatewayKey ( const std::string &  i,
const std::string &  s 
)
inline

Definition at line 15 of file gateway_util.h.

Member Function Documentation

std::string gateway::GatewayKey::id ( ) const
inline

Definition at line 18 of file gateway_util.h.

Referenced by anonymous_namespace{repository_session.cc}::MakeAcquireRequest(), and anonymous_namespace{repository_session.cc}::MakeDropRequest().

Here is the caller graph for this function:

bool gateway::GatewayKey::IsValid ( ) const
inline

Definition at line 17 of file gateway_util.h.

Referenced by publish::Publisher().

Here is the caller graph for this function:

std::string gateway::GatewayKey::secret ( ) const
inline

Definition at line 19 of file gateway_util.h.

Referenced by anonymous_namespace{repository_session.cc}::MakeAcquireRequest(), and anonymous_namespace{repository_session.cc}::MakeDropRequest().

Here is the caller graph for this function:

Member Data Documentation

std::string gateway::GatewayKey::id_
private

Definition at line 22 of file gateway_util.h.

Referenced by id(), and IsValid().

std::string gateway::GatewayKey::secret_
private

Definition at line 23 of file gateway_util.h.

Referenced by secret().


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