.TH "Credential Constants" 3 "Mon Apr 30 2012" "Version 5.3" "globus gsi credential" \" -*- nroff -*- .ad l .nh .SH NAME Credential Constants \- .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBglobus_gsi_cred_error_t\fP { \fBGLOBUS_GSI_CRED_ERROR_SUCCESS\fP = 0, \fBGLOBUS_GSI_CRED_ERROR_READING_PROXY_CRED\fP = 1, \fBGLOBUS_GSI_CRED_ERROR_READING_HOST_CRED\fP = 2, \fBGLOBUS_GSI_CRED_ERROR_READING_SERVICE_CRED\fP = 3, \fBGLOBUS_GSI_CRED_ERROR_READING_CRED\fP = 4, \fBGLOBUS_GSI_CRED_ERROR_WRITING_CRED\fP = 5, \fBGLOBUS_GSI_CRED_ERROR_WRITING_PROXY_CRED\fP = 6, \fBGLOBUS_GSI_CRED_ERROR_CHECKING_PROXY\fP = 7, \fBGLOBUS_GSI_CRED_ERROR_VERIFYING_CRED\fP = 8, \fBGLOBUS_GSI_CRED_ERROR_WITH_CRED\fP = 9, \fBGLOBUS_GSI_CRED_ERROR_WITH_CRED_CERT\fP = 10, \fBGLOBUS_GSI_CRED_ERROR_WITH_CRED_PRIVATE_KEY\fP = 11, \fBGLOBUS_GSI_CRED_ERROR_WITH_CRED_CERT_CHAIN\fP = 12, \fBGLOBUS_GSI_CRED_ERROR_ERRNO\fP = 13, \fBGLOBUS_GSI_CRED_ERROR_SYSTEM_CONFIG\fP = 14, \fBGLOBUS_GSI_CRED_ERROR_WITH_CRED_HANDLE_ATTRS\fP = 15, \fBGLOBUS_GSI_CRED_ERROR_WITH_SSL_CTX\fP = 16, \fBGLOBUS_GSI_CRED_ERROR_WITH_CALLBACK_DATA\fP = 17, \fBGLOBUS_GSI_CRED_ERROR_CREATING_ERROR_OBJ\fP = 18, \fBGLOBUS_GSI_CRED_ERROR_KEY_IS_PASS_PROTECTED\fP = 19, \fBGLOBUS_GSI_CRED_ERROR_NO_CRED_FOUND\fP = 20, \fBGLOBUS_GSI_CRED_ERROR_SUBJECT_CMP\fP = 21, \fBGLOBUS_GSI_CRED_ERROR_GETTING_SERVICE_NAME\fP = 22, \fBGLOBUS_GSI_CRED_ERROR_BAD_PARAMETER\fP = 23, \fBGLOBUS_GSI_CRED_ERROR_WITH_CRED_CERT_NAME\fP = 24, \fBGLOBUS_GSI_CRED_ERROR_LAST\fP = 25 }" .br .ti -1c .RI "enum \fBglobus_gsi_cred_type_t\fP " .br .in -1c .SH "Enumeration Type Documentation" .PP .SS "enum \fBglobus_gsi_cred_error_t\fP" .PP Credential Error codes\&. .PP \fBEnumerator: \fP .in +1c .TP \fB\fIGLOBUS_GSI_CRED_ERROR_SUCCESS \fP\fP Success - never used\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_READING_PROXY_CRED \fP\fP Failed to read proxy credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_READING_HOST_CRED \fP\fP Failed to read host credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_READING_SERVICE_CRED \fP\fP Failed to read service credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_READING_CRED \fP\fP Failed to read user credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WRITING_CRED \fP\fP Failed to write credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WRITING_PROXY_CRED \fP\fP Failed to write proxy credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_CHECKING_PROXY \fP\fP Error checking for proxy credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_VERIFYING_CRED \fP\fP Failed to verify credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CRED \fP\fP Invalid credential\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CRED_CERT \fP\fP Invalid certificate\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CRED_PRIVATE_KEY \fP\fP Invalid private key\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CRED_CERT_CHAIN \fP\fP Invalid certificate chain\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_ERRNO \fP\fP System error\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_SYSTEM_CONFIG \fP\fP A Globus GSI System Configuration call failed\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CRED_HANDLE_ATTRS \fP\fP Invalid credential handle attributes\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_SSL_CTX \fP\fP Faulty SSL context\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CALLBACK_DATA \fP\fP Faulty callback data\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_CREATING_ERROR_OBJ \fP\fP Failed to aggregate errors\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_KEY_IS_PASS_PROTECTED \fP\fP Error reading private key - the key is password protected\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_NO_CRED_FOUND \fP\fP Couldn't find credential to read\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_SUBJECT_CMP \fP\fP Credential subjects do not compare\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_GETTING_SERVICE_NAME \fP\fP Unable to obtain service name from CN entry\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_BAD_PARAMETER \fP\fP Invalid function parameter\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_WITH_CRED_CERT_NAME \fP\fP Failed to process certificate subject\&. .TP \fB\fIGLOBUS_GSI_CRED_ERROR_LAST \fP\fP End marker - never used\&. .SS "enum \fBglobus_gsi_cred_type_t\fP" .PP Credential Type .PP An enum representing a GSI Credential Type which holds info about the type of a particular credential\&. The three types of credential can be: GLOBUS_PROXY, GLOBUS_USER, or GLOBUS_HOST\&. .PP \fBSee also:\fP .RS 4 \fBCredential Handle Management\fP .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus gsi credential from the source code\&.