PHP Класс Neos\Flow\Security\AccountRepository

Наследование: extends Neos\Flow\Persistence\Repository
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$defaultOrderings array
$sessionManager Neos\Flow\Session\SessionManagerInterface
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Открытые методы

Метод Описание
findActiveByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : Account Returns the account for a specific authentication provider with the given identifier if it's not expired
findByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : Account Returns the account for a specific authentication provider with the given identifier
remove ( object $object ) : void Removes an account

Описание методов

findActiveByAccountIdentifierAndAuthenticationProviderName() публичный Метод

Returns the account for a specific authentication provider with the given identifier if it's not expired
public findActiveByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : Account
$accountIdentifier string The account identifier
$authenticationProviderName string The authentication provider name
Результат Account

findByAccountIdentifierAndAuthenticationProviderName() публичный Метод

Returns the account for a specific authentication provider with the given identifier
public findByAccountIdentifierAndAuthenticationProviderName ( string $accountIdentifier, string $authenticationProviderName ) : Account
$accountIdentifier string The account identifier
$authenticationProviderName string The authentication provider name
Результат Account

remove() публичный Метод

Removes an account
public remove ( object $object ) : void
$object object The account to remove
Результат void

Описание свойств

$defaultOrderings защищенное свойство

protected array $defaultOrderings
Результат array

$sessionManager защищенное свойство

protected SessionManagerInterface,Neos\Flow\Session $sessionManager
Результат Neos\Flow\Session\SessionManagerInterface

$systemLogger защищенное свойство

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Результат Neos\Flow\Log\SystemLoggerInterface