globus_gsi_authz(3) | globus_authz | globus_gsi_authz(3) |
globus_gsi_authz - GSI Authorization API
- Authorization Callouts.
GSI Credential Constants
GSI Credential Constants.
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. 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. globus_result_t
globus_gsi_cancel_authz (globus_gsi_authz_handle_t handle)
Cancel Authorization. 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. 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.
Authorization Callouts.
The GSI Authorization API provides an interface for making generic authorization decisions using dynamically-loaded authorization modules. The API documentation is divided into the following sections:
Start the authorization decision-making process. Processes an authorization decision by calling the GLOBUS_GSI_AUTHORIZE_ASYNC function named in the authorization configuration file. The parameters to this function are passed to the authorization callout. Once the authorization decision is made, the callback function will be called, with the result and the callback_arg passed to it.
Parameters
Returns
Query for authorization identity. Query for authorization identity by calling the GLOBUS_GSI_GET_AUTHORIZATION_IDENTITY callout.
Parameters
Returns
Destroy an authz handle. Initialize an authorization handle by calling the GLOBUS_GSI_AUTHZ_HANDLE_DESTROY function named in the authorization configuration file. Once the initialization is complete, the callback function is called, with the result and the callback_arg passed to it.
Parameters
Returns
Initialize an authorization handle. Initialize an authorization handle by calling the GLOBUS_GSI_AUTHZ_HANDLE_INIT function named in the authorization configuration file. The parameters to this function are passed to the authorization callout. Once the initialization is complete, the callback function is called, with the result and the callback_arg passed to it.
Parameters
Return values
See also
Cancel Authorization. Cancel an authorization decision by calling the GLOBUS_GSI_AUTHZ_CANCEL function named in the authorization configuration file.
Parameters
Generated automatically by Doxygen for globus_authz from the source code.
Tue Jul 5 2022 | Version 4.6 |