library: libCore
#include "TSecContext.h"

TSecContextCleanup


class description - source file - inheritance tree (.pdf)

class TSecContextCleanup : public TObject

Inheritance Chart:
TObject
<-
TSecContextCleanup

    public:
TSecContextCleanup(Int_t port, Int_t proto, Int_t type) TSecContextCleanup(const TSecContextCleanup&) virtual ~TSecContextCleanup() static TClass* Class() Int_t GetPort() const Int_t GetProtocol() const Int_t GetType() const virtual TClass* IsA() const TSecContextCleanup& operator=(const TSecContextCleanup&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fPort Int_t fServerProtocol Int_t fServerType 0 = sockd, 1 = rootd, 2 = proofd

Class Description

                                                                      
 TSecContext                                                          
                                                                      
 Contains details about an established security context               
 Used by THostAuth                                                    
                                                                      




Inline Functions


                       void ~TSecContextCleanup()
         TSecContextCleanup TSecContextCleanup(Int_t port, Int_t proto, Int_t type)
                      Int_t GetPort() const
                      Int_t GetProtocol() const
                      Int_t GetType() const
                    TClass* Class()
                    TClass* IsA() const
                       void ShowMembers(TMemberInspector& insp, char* parent)
                       void Streamer(TBuffer& b)
                       void StreamerNVirtual(TBuffer& b)
         TSecContextCleanup TSecContextCleanup(const TSecContextCleanup&)
        TSecContextCleanup& operator=(const TSecContextCleanup&)


Author: G. Ganis 19/03/2003
Last update: root/net:$Name: $:$Id: TSecContext.cxx,v 1.4 2004/05/30 16:15:52 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.