The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

get_acl_setup

Returns a textual representation of the request needed to retrieve the ACL for a node in JSON format.

get_acl_eval

Inspects the result returned from issuing the request generated in get_acl_setup returning true if the result indicates the node ACL was returned successfully, else false.

delete_setup

Returns a textual representation of the request needed to retrieve the ACL for a node in JSON format.

delete_eval

Inspects the result returned from issuing the request generated in delete_setup returning true if the result indicates the node ACL was deleted successfully, else false.

modify_privilege_setup

Returns a textual representation of the request needed to modify the privileges on a node for a specific principal.

modify_privilege_eval

Inspects the result returned from issuing the request generated in modify_privilege_setup returning true if the result indicates the privileges were modified successfully, else false.

NAME

AuthzUtil - Utility library returning strings representing queries that perform authz operations in the system.

ABSTRACT

AuthzUtil perl library essentially provides the request strings needed to interact with authz functionality exposed over the system interfaces.

Each interaction has a setup and eval method. setup provides the request, whilst eval interprets the response to give further information about the result of performing the request.