RemembermeAuthentication
class RemembermeAuthentication extends BaseAuthentication
Class RemembermeAuthentication
Constants
| ID_PREFIX |
|
Properties
| protected | $ttl |
Methods
array
addConfigVarsToModuleInfoArray(array $moduleInfo)
Add correct config_var property to module info array
from
BaseAuthentication
bool
authenticate_user(string $user_login, string $password)
No description
static string
convertFromOldSyntax($auth_method)
Convert xauth_method_name to MethodAuthentication
from
BaseAuthentication
mixed
getAuthConfig(string $config_var)
Return configuration variable for auth method
from
BaseAuthentication
static AuthenticationInterface|null
getAuthMethod(string $auth_method)
Get Auth Method
from
BaseAuthentication
array
get_module_info()
No description
array
get_user_details()
No description
static
logout()
No description
static bool
set_cookie()
Set Auth Cookie
Details
in
BaseAuthentication at line 78
final protected array
addConfigVarsToModuleInfoArray(array $moduleInfo)
Add correct config_var property to module info array
at line 72
bool
authenticate_user(string $user_login, string $password)
No description
in
BaseAuthentication at line 59
final static string
convertFromOldSyntax($auth_method)
Convert xauth_method_name to MethodAuthentication
in
BaseAuthentication at line 92
final protected mixed
getAuthConfig(string $config_var)
Return configuration variable for auth method
in
BaseAuthentication at line 102
final static string
getAuthID()
Get internal Auth ID
in
BaseAuthentication at line 32
final static AuthenticationInterface|null
getAuthMethod(string $auth_method)
Get Auth Method
in
BaseAuthentication at line 21
int
getSessionTTL()
No description
at line 137
array
get_module_info()
No description
at line 115
array
get_user_details()
No description
at line 122
static
logout()
No description
in
BaseAuthentication at line 67
void
onBeforeExecute()
Override in your auth method
at line 21
static bool
set_cookie()
Set Auth Cookie