krb5_cc_get_name()--Get Credentials Cache Name


  Syntax
 #include <krb5.h>

 char * krb5_cc_get_name(
     krb5_context     context,
     krb5_ccache      ccache);  
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_cc_get_name() function returns the name of the credentials cache.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

ccache  (Input)
The credentials cache handle.

Return Value

The returned name does not include the credentials cache type prefix. This is a read-only value and must not be freed by the application.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]