class InMemoryUserChecker implementsUserCheckerInterface

Checks the state of the in-memory user account.

Methods

void
checkPreAuth(UserInterface$user)

Checks the user account before authentication.

void
checkPostAuth(UserInterface$user)

Checks the user account after authentication.

Details

void checkPreAuth(UserInterface$user)

Checks the user account before authentication.

Parameters

UserInterface $user

Return Value

void

Exceptions

AccountStatusException

void checkPostAuth(UserInterface$user)

Checks the user account after authentication.

Parameters

UserInterface $user

Return Value

void

Exceptions

AccountStatusException