Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_acl_get_access-Obtain calling client's permissions to a protected object.

SYNOPSIS

#include <dce/daclif.h>

void sec_acl_get_access(
    sec_acl_handle_t prot_obj_handle,
    uuid_t *manager_type,
    sec_acl_permset_t *access_rights,
    error_status_t *status);

PARAMETERS

Input

prot_obj_handle

Handle to a protected object.

manager_type

An ACL manager type UUID of the protected object.

Output

access_rights

Calling client's access rights to the specified protected object.

status

Completion status. On successful completion, error_status_ok is returned. Otherwise, an error (!= error_status_ok) is returned.

DESCRIPTION

The sec_acl_get_access() routine obtains (a local copy of) the complete set of access rights the calling client has to the specified protected object.

NOTES

Implementations layer this routine over the rdacl RPC interface operation rdacl_get_access().

ERRORS

error_status_ok.

SEE ALSO

Functions: sec_acl_bind(), sec_acl_bind_to_addr(), sec_acl_get_manager_types(), sec_acl_get_manager_types_semantics(), sec_acl_test_access(), sec_acl_test_access_on_behalf().

Protocols: rdacl_get_access().

Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index