wCMF
3.6
|
Go to the source code of this file.
Classes | |
class | UserManager |
Variables | |
const | USER_PROPERTY_LOGIN "login" |
const | USER_PROPERTY_NAME "name" |
const | USER_PROPERTY_FIRSTNAME "firstname" |
const | USER_PROPERTY_CONFIG "config" |
const | ROLE_PROPERTY_NAME "name" |
const USER_PROPERTY_LOGIN "login" |
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Some constants describing user properties
Definition at line 27 of file class.UserManager.php.
Referenced by PrincipalController\executeKernel(), and UserManager\setUserProperty().
const USER_PROPERTY_NAME "name" |
Definition at line 28 of file class.UserManager.php.
Referenced by PrincipalController\executeKernel(), and UserManager\setUserProperty().
const USER_PROPERTY_FIRSTNAME "firstname" |
Definition at line 29 of file class.UserManager.php.
Referenced by PrincipalController\executeKernel(), and UserManager\setUserProperty().
const USER_PROPERTY_CONFIG "config" |
Definition at line 30 of file class.UserManager.php.
Referenced by UserManager\addUserToRole(), PrincipalController\executeKernel(), UserManager\removeUserFromRole(), and UserManager\setUserProperty().
const ROLE_PROPERTY_NAME "name" |
Definition at line 31 of file class.UserManager.php.
Referenced by PrincipalController\executeKernel(), and UserManager\setRoleProperty().