A proxy class for the underlying gss_cred_id_t object.
Methods
|
|
|
|
__del__
|
__del__ ( self )
Destroys an instance.
Deletes the underlying gss_cred_id_t object, and free's the
memory if the instance owns the underlying handle.
|
|
__init__
|
__init__ (
self,
handle=None,
free=1,
)
Constructs an instance.
Each instance wraps a gss_cred_id_t object.
Arguments:
|
|
export_external
|
export_external ( self )
|
|
get_cred_path
|
get_cred_path ( self )
Not supported for gt-2.2
Exceptions
|
|
GSSCredException, 'credential not initialized'
|
|
|
get_handle
|
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 if
self._free is true.
|
|
get_name
|
get_name ( self )
|
|
get_pcd_certdir
|
get_pcd_certdir ( self )
Not supported for gt-2.2
Exceptions
|
|
GSSCredException, 'credential not initialized'
|
|
|
inquire_cred
|
inquire_cred ( self )
|
|
set_cred_globuid
|
set_cred_globuid ( self )
Not supported for gt-2.2
Exceptions
|
|
GSSCredException, 'failed to set cred globusuid'
|
|
|
set_pcd_certdir
|
set_pcd_certdir ( self, certdir )
Not supported for gt-2.2
Exceptions
|
|
GSSCredException, 'credential not initialized'
|
|
|
set_pcd_pkey
|
set_pcd_pkey ( self, pkey )
Not supported for gt-2.2
Exceptions
|
|
GSSCredException, 'credential not initialized'
GSSCredException, 'parameter private key not initialized'
|
|
|
verify
|
verify ( self )
Not supported for gt-2.2
Exceptions
|
|
GSSCredException, 'credential not initialized'
GSSCredException, 'credential verify failed'
|
|