(No version information available, might be only in CVS)
GSSAPIContext::inquireCredentials — Gets information about the credentials used for context establishment
Gets information about the credentials associated with the GSSAPIContext.
This function has no parameters.
Will return an associative array of
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 |