gss_indicate_mechs()--Determine Available Security Mechanisms


  Syntax
 #include <gssapi.h>

 OM_uint32 gss_indicate_mechs(
     OM_uint32 *    minor_status,  
     gss_OID_set *    mech_set); 
  Service Program Name: QSYS/QKRBGSS

  Default public authority: *USE

  Threadsafe: Yes

The gss_indicate_mechs() function allows an application to determine which security mechanisms are available on the local system.


Parameters

minor_status  (Output)
A status code from the security mechanism.

mech_set  (Output)
The set of supported security mechanisms. The application should release the gss_OID_set returned for this parameter by calling the gss_release_oid_set() routine.

Return Value

The return value is one of the following status codes:

GSS_S_COMPLETE
The routine completed successfully.

GSS_S_FAILURE
The routine failed for reasons that are not defined at the GSS level. The minor_status return parameter contains a mechanism-dependent error code describing the reason for the failure.

Authorities

Object Referred to Data Authority Required
Each directory in the path name preceding the configuration file *X
Configuration file *R


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 ]