PHP Класс Neos\Flow\Tests\Functional\Security\AuthenticationTest

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

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

Свойство Тип Описание
$testablePersistenceEnabled boolean
$testableSecurityEnabled boolean

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

Метод Описание
failedAuthenticationCallsOnAuthenticationFailureMethod ( )
noSessionIsStartedIfAUnrestrictedActionIsCalled ( )
setUp ( ) : void
successfulAuthenticationCallsOnAuthenticationSuccessMethod ( )
successfulAuthenticationDoesNotStartASessionIfNoTokenRequiresIt ( )
successfulAuthenticationDoesStartASessionIfTokenRequiresIt ( )
successfulAuthenticationResetsAuthenticatedRoles ( )
theInterceptedRequestIsStoredInASessionForLaterRetrieval ( ) On trying to access a restricted resource Flow should first store the current request in the session and then redirect to the entry point. After successful authentication the intercepted request should be contained in the security context and can be fetched from there.

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

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

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

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

public setUp ( ) : void
Результат void

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

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

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

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

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

On trying to access a restricted resource Flow should first store the current request in the session and then redirect to the entry point. After successful authentication the intercepted request should be contained in the security context and can be fetched from there.

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

$testablePersistenceEnabled защищенное статическое свойство

protected static bool $testablePersistenceEnabled
Результат boolean

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

protected bool $testableSecurityEnabled
Результат boolean