LogInAuthenticationHandler
class LogInAuthenticationHandler implements AuthenticationHandler (View source)
This is separate to LogOutAuthenticationHandler so that it can be registered with Injector and called after the other AuthenticationHandler::logIn() implementations
Methods
Details
string
getSessionVariable()
No description
void
setSessionVariable(string $sessionVariable)
No description
RememberLoginHash|null
getRememberLoginHash()
No description
setRememberLoginHash(RememberLoginHash $rememberLoginHash)
No description
Member|null
authenticateRequest(HTTPRequest $request)
No description
logIn(Member $member, bool $persistent = false, HTTPRequest $request = null)
No description
logOut(HTTPRequest $request = null)
No description