AuthenticationInterface
interface AuthenticationInterface
Methods
bool
authenticate_user(string $userid, string $password)
No description
int
getSessionTTL()
Return TTL Time for Session
array
get_module_info()
Return Auth Method information as keyed array [name, description, config]
array
get_user_details()
No description
void
onBeforeExecute()
Function will be called before module/page execution within view controller Please note that this will affect every request (API, file requests, internal AJAX requests) You should avoid
Details
at line 14
bool
authenticate_user(string $userid, string $password)
No description
at line 32
int
getSessionTTL()
Return TTL Time for Session
at line 26
array
get_module_info()
Return Auth Method information as keyed array [name, description, config]
at line 20
array
get_user_details()
No description
at line 41
void
onBeforeExecute()
Function will be called before module/page execution within view controller Please note that this will affect every request (API, file requests, internal AJAX requests) You should avoid