Class AuthorizationRequestApplication

Description

Application access request

A application access requests takes a application plus a concrete path which is then checked against the acls for this user.

Located in /phpsatk-lib/global/org.eenterphace.sat.app.controller/authorization.request.application.php (line 36)

AuthorizationRequest
   |
   --AuthorizationRequestApplication
Method Summary
AuthorizationRequestApplication __construct (string $app, [string $path = '/'])
boolean evaluateAccess (string $app, string $path)
string getType ()
boolean match (AuthorizationACLEntry $entry)
Methods
Constructor __construct (line 58)

Initialize request

  • access: public
AuthorizationRequestApplication __construct (string $app, [string $path = '/'])
  • string $app: Application to request access on
  • string $path: Path to request access on
evaluateAccess (line 122)

Helper function for direct access evaluation

  • access: public
  • static:
boolean evaluateAccess (string $app, string $path)
  • string $app: Application to check for
  • string $path: Path to check for
getType (line 69)

returns the type of the authorization request

  • access: public
string getType ()

Redefinition of:
AuthorizationRequest::getType()
Return a type identifier
match (line 79)

Checks whether a aclentry matches this request

  • access: public
boolean match (AuthorizationACLEntry $entry)

Redefinition of:
AuthorizationRequest::match()
Check whether the given ACL entry matches this request

Inherited Methods

Inherited From AuthorizationRequest

AuthorizationRequest::evaluate()
AuthorizationRequest::getType()
AuthorizationRequest::match()

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