Class AuthApp_ACL

Description

A application for managing phpSATk users and privileges - ACL management

This part of the application is used for managing access control lists for users and roles.

Located in /phpsatk/authApp/app-local/org.eenterphace.sat.app.auth/authapp.acl.php (line 36)


	
			
Method Summary
void addACL (Request $req)
void deleteACL (Request $req)
void listACL (Request $req)
void viewACL (Request $req)
Methods
addACL (line 173)

Add an ACL entry

On successful creation the ACL cache is cleared.

In optional: 'roleid' (int) - Role ID to prefill 'uid' (int) - UID to prefill

  • access: public
  • static:
void addACL (Request $req)
deleteACL (line 135)

Delete an ACL entry

On confirmed delete the ACL cache is cleared.

In required: 'aclid' (int) - ACL entry ID

  • access: public
  • static:
void deleteACL (Request $req)
listACL (line 45)

Get a list of ACL entries

In: optional:

  • 'roleid' (int) or 'uid' (int) - RoleID or UserID for which to list ACLs

  • access: public
  • static:
void listACL (Request $req)
viewACL (line 111)

View/edit an ACL entry

On modification clears the ACL cache.

In required: 'aclid' (int) - ACL entry ID

  • access: public
  • static:
void viewACL (Request $req)

Documentation generated on Mon, 21 May 2007 10:34:39 +0200 by phpDocumentor 1.3.0RC5