API documentation :: Docs For Class arbitCoreModuleUserAuthentification
Packages:Interfaces:
Classes:
|
Core::arbitCoreModuleUserAuthentificationClass arbitCoreModuleUserAuthentificationBase interface for user authentication mechanisms. Base interface for user authentication mechanisms. ezcMvcController | --arbitController | --arbitCoreModuleUserAuthentificationAuthor(s):
Descendants
Method Summary
Inherited Methods
MethodscheckUserExists
bool
checkUserExists(
string
$login
)
Check if a user with the provided login already exists Check if a user with the provided login already exists Parameters:
finishRegistration
void
finishRegistration(
arbitRequest
$request
, arbitModelUser
$user
)
Finish registration process for user Finish the registration process for the given user, by assigning the validation key and perform other necssary actions. Finish registration process for user Finish the registration process for the given user, by assigning the validation key and perform other necssary actions. Parameters:
getValidationKey
string
getValidationKey(
)
Get user validation key The validation key defines the state of the user after registration. Get user validation key The validation key defines the state of the user after registration. Depending on the configuration this should return one of the following values.
login
mixed
login(
arbitRequest
$request
)
Log in user Tries to log in user with the data provided in the request. Log in user Tries to log in user with the data provided in the request. If the log in request is valid the user status in the session is changed and the method will return true. If the registration process fails, an array with errors is returned associated with the respective input field. Parameters:
Redefined in descendants as:
loginRedirect
void
loginRedirect(
arbitRequest
$request
)
Redirect lgged in user Perform a redirect for user which just logged in. site where the log in has been requested or to the project overview page. Redirect lgged in user Perform a redirect for user which just logged in. Either back to the site where the log in has been requested or to the project overview page. Parameters:
register
mixed
register(
arbitRequest
$request
)
Register user Tries to register user with the data provided in the request. Register user Tries to register user with the data provided in the request. If the registration request is valid the user status in the session is chenged and the method will return true. If the registration process fails, an array with errors is returned associated with the respective input field. Parameters:
Redefined in descendants as:
Documentation generated on Mon, 05 Apr 2010 14:01:35 +0200 by phpDocumentor 1.4.3
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||