.TH "globus_gsi_gssapi_activation" 3 "Tue Jul 5 2022" "Version 14.20" "globus_gssapi_gsi" \" -*- nroff -*- .ad l .nh .SH NAME globus_gsi_gssapi_activation \- Activation .PP \- Module Activation\&. .SH SYNOPSIS .br .PP .SS "Macros" .in +1c .ti -1c .RI "#define \fBGLOBUS_GSI_GSSAPI_MODULE\fP" .br .in -1c .SH "Detailed Description" .PP Module Activation\&. Globus GSI GSSAPI uses standard Globus module activation and deactivation\&. Before any Globus GSI GSSAPI functions are called, the following function should be called: .PP .PP .nf globus_module_activate(GLOBUS_GSI_GSSAPI_MODULE) .fi .PP .PP This function returns GLOBUS_SUCCESS if Globus GSI GSSAPI was successfully initialized, and you are therefore allowed to subsequently call Globus GSI GSSAPI functions\&. Otherwise, an error code is returned, and Globus GSI GSSAPI functions should not subsequently be called\&. This function may be called multiple times\&. .PP To deactivate Globus GSI GSSAPI, the following function should be called: .PP .PP .nf globus_module_deactivate(GLOBUS_GSI_GSSAPI_MODULE) .fi .PP .PP This function should be called once for each time Globus GSI GSSAPI was activated\&. .PP Note that it is not mandatory to call the above functions\&. .SH "Macro Definition Documentation" .PP .SS "#define GLOBUS_GSI_GSSAPI_MODULE" Module descriptor .SH "Author" .PP Generated automatically by Doxygen for globus_gssapi_gsi from the source code\&.