globus_gsi_cred_handle_attrs(3) | globus_gsi_credential | globus_gsi_cred_handle_attrs(3) |
globus_gsi_cred_handle_attrs - Credential Handle Attributes.
typedef struct globus_l_gsi_cred_handle_attrs_s *
globus_gsi_cred_handle_attrs_t
globus_result_t globus_gsi_cred_handle_attrs_init
(globus_gsi_cred_handle_attrs_t *handle_attrs)
Initialize credential handle attributes. globus_result_t
globus_gsi_cred_handle_attrs_destroy
(globus_gsi_cred_handle_attrs_t handle_attrs)
Destroy credential handle attributes. globus_result_t
globus_gsi_cred_handle_attrs_copy
(globus_gsi_cred_handle_attrs_t source,
globus_gsi_cred_handle_attrs_t *dest)
Copy credential handle attributes. globus_result_t
globus_gsi_cred_handle_attrs_set_ca_cert_dir
(globus_gsi_cred_handle_attrs_t handle_attrs, const char
*ca_cert_dir)
Set the CA certificate directory. globus_result_t
globus_gsi_cred_handle_attrs_get_ca_cert_dir
(globus_gsi_cred_handle_attrs_t handle_attrs, char **ca_cert_dir)
Get the CA certificate directory. globus_result_t
globus_gsi_cred_handle_attrs_set_search_order
(globus_gsi_cred_handle_attrs_t handle_attrs,
globus_gsi_cred_type_t search_order[])
Set the search order. globus_result_t
globus_gsi_cred_handle_attrs_get_search_order
(globus_gsi_cred_handle_attrs_t handle_attrs,
globus_gsi_cred_type_t **search_order)
Get the search order.
Credential Handle Attributes.
Create/Destroy/Modify GSI Credential Handle Attributes.
Within the Globus GSI Credential Library, all credential handles contain a attribute structure, which in turn contains handle instance independent attributes.
This section defines operations to create, modify and destroy GSI Credential handle attributes.
Credential Handle Attributes.
Credential handle attributes provide a set of immutable parameters for a credential handle
See also:
Copy credential handle attributes. Copy the Credential Handle Attributes.
Parameters:
Returns:
Destroy credential handle attributes. Destroy the Credential Handle Attributes. This function does some cleanup and deallocation of the handle attributes.
Parameters:
Returns:
Get the CA certificate directory. Get the trusted CA certificate directory
Parameters:
Returns:
Get the search order. Get the search order of the handle attributes
Parameters:
Returns:
Initialize credential handle attributes. Initializes the immutable Credential Handle Attributes The handle attributes are initialized as follows:
Parameters:
Returns:
Set the CA certificate directory. Set the Trusted CA Certificate Directory Location
Parameters:
Returns:
Set the search order. Set the search order for finding a user certificate. The default value is {SERVICE, HOST, PROXY, USER}
Parameters:
Returns:
Generated automatically by Doxygen for globus_gsi_credential from the source code.
Wed Feb 27 2019 | Version 8.1 |