BaseAuthentication
abstract class BaseAuthentication implements AuthenticationInterface
Constants
| ID_PREFIX |
|
Properties
| protected int | $ttl |
Methods
array
addConfigVarsToModuleInfoArray(array $moduleInfo)
Add correct config_var property to module info array
static string
convertFromOldSyntax($auth_method)
Convert xauth_method_name to MethodAuthentication
mixed
getAuthConfig(string $config_var)
Return configuration variable for auth method
static string
getAuthID()
Get internal Auth ID
static AuthenticationInterface|null
getAuthMethod(string $auth_method)
Get Auth Method
int
getSessionTTL()
No description
void
onBeforeExecute()
Override in your auth method
Details
at line 78
final protected array
addConfigVarsToModuleInfoArray(array $moduleInfo)
Add correct config_var property to module info array
at line 59
final static string
convertFromOldSyntax($auth_method)
Convert xauth_method_name to MethodAuthentication
at line 92
final protected mixed
getAuthConfig(string $config_var)
Return configuration variable for auth method
at line 102
final static string
getAuthID()
Get internal Auth ID
at line 32
final static AuthenticationInterface|null
getAuthMethod(string $auth_method)
Get Auth Method
at line 21
int
getSessionTTL()
No description
at line 67
void
onBeforeExecute()
Override in your auth method