GSSAPIContext
PHP Manual

GSSAPIContext::inquireCredentials

(No version information available, might be only in CVS)

GSSAPIContext::inquireCredentialsGets information about the credentials used for context establishment

Description

public void GSSAPIContext::inquireCredentials ( void )

Gets information about the credentials associated with the GSSAPIContext.

Parameters

This function has no parameters.

Return Values

Will return an associative array of

Returned information
key type description
name string Prinicipal (local)
lifetime_remain int Remaining time in seconds for which the credentials are valid
cred_usage integer Possible credential usage (GSS_C_BOTH, GSS_C_INITIATE, GSS_C_ACCEPT)
mechs array of strings OIDs of usable mechanisms

See Also


GSSAPIContext
PHP Manual