Grid Community Toolkit
6.2.1705709074 (tag: v6.2.20240202)
|
GSI Authorization API. More...
Go to the source code of this file.
Functions | |
globus_result_t | globus_gsi_authz_handle_init (globus_gsi_authz_handle_t *handle, const char *service_name, const gss_ctx_id_t context, globus_gsi_authz_cb_t callback, void *callback_arg) |
Initialize an authorization handle. More... | |
globus_result_t | globus_gsi_authorize (globus_gsi_authz_handle_t handle, const void *action, const void *object, globus_gsi_authz_cb_t callback, void *callback_arg) |
Start the authorization decision-making process. More... | |
globus_result_t | globus_gsi_cancel_authz (globus_gsi_authz_handle_t handle) |
Cancel Authorization. More... | |
globus_result_t | globus_gsi_authz_handle_destroy (globus_gsi_authz_handle_t handle, globus_gsi_authz_cb_t callback, void *callback_arg) |
Destroy an authz handle. More... | |
globus_result_t | globus_gsi_authz_get_authorization_identity (globus_gsi_authz_handle_t handle, char **identity_ptr, globus_gsi_authz_cb_t callback, void *callback_arg) |
Query for authorization identity. More... | |
Variables | |
globus_module_descriptor_t | globus_i_gsi_authz_module |
GSI Authorization API.
globus_module_descriptor_t globus_i_gsi_authz_module |
Module descriptor static initializer