sec_cred_get_authz_session_info(3sec)Returns session-specific information that represents an authenticated client's credentials Synopsis
#include <dce/sec_cred.h Parameters Input
callers_identity Output
session_ID
session_expiration
status
Description The information can aid application servers in the construction of identity-based caches. For example, it could be used as a key into a cache of previously allocated delegation contexts and thus avoid the overhead of allocating a new login context on every remote operation. It could also be used as a key into a table of previously computed authorization decisions. Before you execute this call, you must execute an rpc_binding_inq_auth_caller( ) call to obtain an rpc_authz_cred_handle_t for the callers_identity parameter. Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. sec_cred_s_authz_cannot_comply error_status_ok
Related Information rpc_binding_inq_auth_caller(3rpc)
|