PHP 클래스 Neos\Flow\Tests\Functional\Security\AuthenticationTest

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

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