101 public function hasRole($roleName);
getRoles()
Get the roles of a user.
getPassword()
Get the password of the user.
setIsActive($isActive)
Set if the user is active.
setConfig($config)
Set the configuration file of the user.
isActive()
Check if the user is active.
setLogin($login)
Set the login of the user.
verifyPassword($password)
Verify the given password against the password of the user.
setPassword($password)
Set the password of the user.
hasRole($roleName)
Check for a certain role in the user roles.
isSuperUser()
Check if the user is super user (can't be inactive).
getLogin()
Get the login of the user.
getOID()
Get the object id of the user.
setIsSuperUser($isSuperUser)
Set if the user is super user (can't be inactive).
getConfig()
Get the configuration file of the user.
User is the interface for users.