Class AuthorizationUserGuest

Description

User object for not authenticated users

Users having a user object of this type are not authenticated. These are configureable through the configuration vars "auth.guest.uname" which specifies the uname that will be associated with the user and "auth.guest.role" which specifies the roleid of a role the user is mapped to.

Located in /phpsatk-lib/global/org.eenterphace.sat.authorization/authorization.user.guest.php (line 38)

AuthorizationUser
   |
   --AuthorizationUserGuest
Method Summary
AuthorizationUserGuest __construct ()
void getPrimaryRoles ()
int getUID ()
Variables
Methods
Constructor __construct (line 45)

Initializes the user object

Loads the values from the configuration.

  • access: public
AuthorizationUserGuest __construct ()

Redefinition of:
AuthorizationUser::__construct()
Initializes the user object using a username
getPrimaryRoles (line 58)
  • access: public
void getPrimaryRoles ()

Redefinition of:
AuthorizationUser::getPrimaryRoles()
Fetches a AuthorizationRole object for the user's primary role
getUID (line 54)

Will return a UID of -1

  • access: public
int getUID ()

Redefinition of:
AuthorizationUser::getUID()
Returns the users UID

Inherited Methods

Inherited From AuthorizationUser

AuthorizationUser::__construct()
AuthorizationUser::getPrimaryRoles()
AuthorizationUser::getUID()
AuthorizationUser::getUname()

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