PHP 클래스 Scheb\TwoFactorBundle\Tests\Security\TwoFactor\Provider\TwoFactorProviderRegistryTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: scheb/two-factor-bundle

공개 메소드들

메소드 설명
beginAuthentication_authenticationNotStarted_notSetSessionFlag ( )
beginAuthentication_authenticationStarted_sessionFlagSet ( )
beginAuthentication_onCall_callTwoFactorProvider ( )
requestAuthenticationCode_alreadyAuthenticated_notCallTwoFactorProvider ( )
requestAuthenticationCode_authenticationFailed_dispatchEvent ( )
requestAuthenticationCode_authenticationSuccessful_dispatchEvent ( )
requestAuthenticationCode_authenticationSuccessful_updateSessionFlag ( )
requestAuthenticationCode_notAuthenticated_callTwoFactorProvider ( )
requestAuthenticationCode_onCall_checkIfAuthenticationComplete ( )
requestAuthenticationCode_requestAuthenticationCode_returnResponse ( )
setUp ( )

비공개 메소드들

메소드 설명
assertDispatchAuthenticationEvent ( $eventType )
getAuthenticationContext ( $token = null, $authenticated = false, $authCode = null )
getToken ( )
stubIsNotAuthenticated ( $notAuthenticated )

메소드 상세

beginAuthentication_authenticationNotStarted_notSetSessionFlag() 공개 메소드

beginAuthentication_authenticationStarted_sessionFlagSet() 공개 메소드

beginAuthentication_onCall_callTwoFactorProvider() 공개 메소드

requestAuthenticationCode_alreadyAuthenticated_notCallTwoFactorProvider() 공개 메소드

requestAuthenticationCode_authenticationFailed_dispatchEvent() 공개 메소드

requestAuthenticationCode_authenticationSuccessful_dispatchEvent() 공개 메소드

requestAuthenticationCode_authenticationSuccessful_updateSessionFlag() 공개 메소드

requestAuthenticationCode_notAuthenticated_callTwoFactorProvider() 공개 메소드

requestAuthenticationCode_onCall_checkIfAuthenticationComplete() 공개 메소드

requestAuthenticationCode_requestAuthenticationCode_returnResponse() 공개 메소드

setUp() 공개 메소드

public setUp ( )