PHP 클래스 Neos\Flow\Security\AccountRepository

상속: extends Neos\Flow\Persistence\Repository
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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