PHP Class Neos\Flow\Tests\Functional\Security\AuthenticationTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$testablePersistenceEnabled boolean
$testableSecurityEnabled boolean

Méthodes publiques

Méthode Description
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.

Method Details

failedAuthenticationCallsOnAuthenticationFailureMethod() public méthode

noSessionIsStartedIfAUnrestrictedActionIsCalled() public méthode

setUp() public méthode

public setUp ( ) : void
Résultat void

successfulAuthenticationCallsOnAuthenticationSuccessMethod() public méthode

successfulAuthenticationDoesNotStartASessionIfNoTokenRequiresIt() public méthode

successfulAuthenticationDoesStartASessionIfTokenRequiresIt() public méthode

successfulAuthenticationResetsAuthenticatedRoles() public méthode

theInterceptedRequestIsStoredInASessionForLaterRetrieval() public méthode

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.

Property Details

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
Résultat boolean

$testableSecurityEnabled protected_oe property

protected bool $testableSecurityEnabled
Résultat boolean