| Home | Trees | Index | Help |
|---|
| Package pyGlobus :: Module io :: Class AuthData |
|
| Method Summary | |
|---|---|
__init__(self,
handle)
| |
__del__(self)
| |
######################################################################### # Free's the underlying memory allocated for the callback structure. | |
######################################################################## # XXX This handle is only valid as long as this object exists. | |
Query the "identity" member of the authorization-mode specific data structure. | |
Set the callback and callback-arg members of the authorization-mode specific data structure. | |
Set the "identity" member of the authorization-mode specific data structure. | |
| Method Details |
|---|
free_callback(self, cbHandle)######################################################################### # Free's the underlying memory allocated for the callback structure. ######################################################################### Freedom for the callback struct. |
get_handle(self)######################################################################## # XXX This handle is only valid as long as this object exists. When # the object is destroyed, the memory this handle points to is freed. ####################################################################### |
get_identity(self)Query the "identity" member of the authorization-mode specific data structure. This member is set by a call to globus_io_secure_authorization_mode_set_identity.
|
set_callback(self, callback, arg)Set the callback and callback-arg members of the authorization-mode specific data structure. This member is used when setting the authorization-mode attribute of a TCP attribute set to GLOBUS_IO_SECURE_AUTHORIZATION_MODE_CALLBACK in a call to globus_io_attr_set_secure_authorization_mode().
|
set_identity(self, identity)Set the "identity" member of the authorization-mode specific data structure. This member should be set to a string containing the security distinguished name of the peer which you will authorize for this connection. The identity is only when the authorization-mode attribute is set to GLOBUS_IO_SECURE_AUTHORIZATION_MODE_IDENTITY.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Jul 15 16:32:55 2004 | http://epydoc.sf.net |