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

#include <authz.h>

Public Member Functions

 AuthzToken ()
 
AuthzTokenDeepCopy ()
 

Public Attributes

AuthzTokenType type
 
void * data
 
unsigned size
 

Detailed Description

The credentials as a bag of bytes that can be passed to the download manager. Ownership of tokens is with the AuthzSessionManager.

Definition at line 28 of file authz.h.

Constructor & Destructor Documentation

AuthzToken::AuthzToken ( )
inline

Definition at line 29 of file authz.h.

Referenced by DeepCopy().

Here is the caller graph for this function:

Member Function Documentation

AuthzToken * AuthzToken::DeepCopy ( )

This file is part of the CernVM File System.

Definition at line 11 of file authz.cc.

Referenced by AuthzSessionManager::GetTokenCopy().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

unsigned AuthzToken::size

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