Package pyGlobus :: Module security :: Class GSSMechs
[show private | hide private]
[frames | no frames]

Class GSSMechs


A class for the underlying gss_OID_set object.
Method Summary
  __init__(self, handle, free)
  __del__(self)
Deletes the object and frees the memory of the handle variable if free is set
  get_handle(self)

Method Details

__init__(self, handle=None, free=1)
(Constructor)

Parameters:
handle - A SWIG'ized pointer to a gss_OID_set object The default case creates a new gss_OID_set object for you
free -

If set to zero then the caller is reponsible for freeing the hande object. The default case frees the memory of the handle when the __del__ method is called

GSSMechsException if there is a problem initializing the underlying structure

__del__(self)
(Destructor)

Deletes the object and frees the memory of the handle variable if free is set

GSSMechsException if there is a problem freeing the underlying structure

Generated by Epydoc 2.1 on Tue Apr 4 14:32:56 2006 http://epydoc.sf.net