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

Class GSSUsage


A class for the underlying gss_cred_usage_t object.
Method Summary
  __init__(self, handle, free)
Defaults to GSS_C_BOTH
  __del__(self)
  get_handle(self)
  set_usage_accept(self)
Sets the underlying handle to a GSS_C_ACCEPT handle
  set_usage_initiate(self)
Sets the underlying handle to a GSS_C_INITIATE handle

Method Details

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

Defaults to GSS_C_BOTH

set_usage_accept(self)

Sets the underlying handle to a GSS_C_ACCEPT handle

set_usage_initiate(self)

Sets the underlying handle to a GSS_C_INITIATE handle

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