1 | <?php |
||
21 | class UserAccountManager implements UserAccountManagerInterface, AuthenticationMethodReferenceSupport, AuthenticationContextClassReferenceSupport |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function isPasswordCredentialValid(UserAccount $user, string $password): bool |
||
34 | |||
35 | public function getAuthenticationContextClassReferenceFor(UserAccount $user): ?string |
||
39 | |||
40 | public function getAuthenticationMethodReferenceFor(UserAccount $user): ?array |
||
44 | } |
||
45 |