Свойство | Тип | Описание | |
---|---|---|---|
$defaultOrderings | array | ||
$sessionManager | Neos\Flow\Session\SessionManagerInterface | ||
$systemLogger | Neos\Flow\Log\SystemLoggerInterface |
Метод | Описание | |
---|---|---|
findActiveByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : |
Returns the account for a specific authentication provider with the given identifier if it's not expired | |
findByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : |
Returns the account for a specific authentication provider with the given identifier | |
remove ( object $object ) : void | Removes an account |
public findActiveByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : |
||
$accountIdentifier | string | The account identifier |
$authenticationProviderName | string | The authentication provider name |
Результат |
public findByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : |
||
$accountIdentifier | string | The account identifier |
$authenticationProviderName | string | The authentication provider name |
Результат |
protected SessionManagerInterface,Neos\Flow\Session $sessionManager | ||
Результат | Neos\Flow\Session\SessionManagerInterface |