Clone
3
SYSTEM SECURITY Security
Ulf Gebhardt edited this page 2024-11-21 02:50:59 +01:00

SYSTEM\SECURITY\Security

  • Class name:Security
  • Namespace:SYSTEM\SECURITYConstants

###FAILconst FAIL = false ###OKconst OK = trueMethods

###createmixed SYSTEM\SECURITY\Security::create($username, $password, $email, $locale, $advancedResult, $checkAvailable)

  • Visibility: public* This method is static.#### Arguments*$username mixed*$password mixed*$email mixed*$locale mixed*$advancedResult mixed*$checkAvailable mixed ###changePasswordmixed SYSTEM\SECURITY\Security::changePassword($username, $password_sha_old, $password_sha_new)

  • Visibility: public* This method is static.#### Arguments*$username mixed*$password_sha_old mixed*$password_sha_new mixed ###loginmixed SYSTEM\SECURITY\Security::login($username, $password_sha, $password_md5, $locale, $advancedResult, $password_sha_new)

  • Visibility: public* This method is static.#### Arguments*$username mixed*$password_sha mixed*$password_md5 mixed*$locale mixed*$advancedResult mixed*$password_sha_new mixed ###getUsermixed SYSTEM\SECURITY\Security::getUser()

  • Visibility: public* This method is static. ###availablemixed SYSTEM\SECURITY\Security::available($username)

  • Visibility: public* This method is static.#### Arguments*$username mixed ###checkmixed SYSTEM\SECURITY\Security::check($rightid)

  • Visibility: public* This method is static.#### Arguments*$rightid mixed ###logoutmixed SYSTEM\SECURITY\Security::logout()

  • Visibility: public* This method is static. ###savemixed SYSTEM\SECURITY\Security::save($key, $value)

  • Visibility: public* This method is static.#### Arguments*$key mixed*$value mixed ###loadmixed SYSTEM\SECURITY\Security::load($key)

  • Visibility: public* This method is static.#### Arguments*$key mixed ###isLoggedInmixed SYSTEM\SECURITY\Security::isLoggedIn()

  • Visibility: public* This method is static. ###startSessionmixed SYSTEM\SECURITY\Security::startSession()

  • Visibility: protected* This method is static.