Class org_geoprisma_acl_BorealisACL

Description

ACL (Access Control List - liste de contrôle d'accès) qui utilise la library acl de borealis

  • author: Pascal Martin

Located in /org/geoprisma/acl/BorealisACL.php (line 23)

org_geoprisma_acl_ACL
   |
   --org_geoprisma_acl_BorealisACL
Method Summary
static string getUsername ()
static boolean isCached ()
static void setCaching (boolean $pbCaching)
static void setUsername (string $pstrUsername)
boolean isAuthorized (org_geoprisma_resource_Resource $pobjResource, string $pstrAction)
Methods
static method getInstance (line 45)

Retourne un instance de org_geoprisma_acl_BorealisACL Singleton DP

  • access: public
static org_geoprisma_acl_BorealisACL getInstance ()
static method getUsername (line 123)

Retourne le username du user présentement connecter

  • access: public
static string getUsername ()
static method isCached (line 146)

Retourne le mode de caching

  • access: public
static boolean isCached ()
static method setCaching (line 136)

Permet de mettre en memoire (Session) la matrice de l'ACL.

  • access: public
static void setCaching (boolean $pbCaching)
  • boolean $pbCaching: Enabled Caching
static method setUsername (line 113)

Set le username du user présentement connecter

  • access: public
static void setUsername (string $pstrUsername)
  • string $pstrUsername: Nom d'utilisateur
isAuthorized (line 62)

Indique si nous somme autoriser a accéder à l'action de la ressource spécifier

  • access: public
boolean isAuthorized (org_geoprisma_resource_Resource $pobjResource, string $pstrAction)

Redefinition of:
org_geoprisma_acl_ACL::isAuthorized()
Indique si nous somme autoriser a accéder à l'action de la ressource spécifier

Inherited Methods

Inherited From org_geoprisma_acl_ACL

org_geoprisma_acl_ACL::isAuthorized()

Documentation generated on Thu, 19 Jan 2012 00:08:25 +0400 by phpDocumentor 1.4.1