phpDocumentor HttpAuth
PHPUnit
[ class tree: HttpAuth ] [ index: HttpAuth ] [ all elements ]

Class: HttpAuthHelperTest

Source Location: /modules/httpauth/test/phpunit/HttpAuthHelperTest.class

Class HttpAuthHelperTest

Class Overview
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From GalleryTestCase

GalleryTestCase::GalleryTestCase()
GalleryTestCase::assert()
GalleryTestCase::assertEquals()
GalleryTestCase::assertErrorEquals()
Fail if the provided GalleryStatus object does not contain the given error code.
GalleryTestCase::assertEventFired()
Fail if the provided event name was not fired.
GalleryTestCase::assertEventNotFired()
Fail if the provided event name was fired
GalleryTestCase::DeepCompare()
GalleryTestCase::failWithStatus()
This is deprecated in Gallery 2.3 -- now tests should just return $ret and let the framework generate the right failure message.
GalleryTestCase::getEntityCounter()
Get the entity counter listener which contains the types and number of elements deleted.
GalleryTestCase::setUp()
GalleryTestCase::tearDown()
GalleryTestCase::_array_unshift_key_value()
Utility method to array_unshift a single key => value pair.
GalleryTestCase::_becomeGuestUser()
GalleryTestCase::_createDerivative()
GalleryTestCase::_createLinkedItem()
Create a random link item
GalleryTestCase::_createRandomAlbum()
Create a random album
GalleryTestCase::_createRandomDataItem()
Create a random data item
GalleryTestCase::_createRandomGroup()
Create a random group
GalleryTestCase::_createRandomUser()
Create a random user
GalleryTestCase::_createUser()
GalleryTestCase::_deleteAndVerifyEntity()
GalleryTestCase::_disableUserName()
Convenience method to mark a username as disabled.
GalleryTestCase::_getRootId()
GalleryTestCase::_getUnusedId()
Get an id that is not used for anything.
GalleryTestCase::_initEventListenersForTest()
Disable all but some core event listeners by default.
GalleryTestCase::_markEventListenersForCleanup()
Create a backup of the registered event listeners which will be restored in tearDown.
GalleryTestCase::_markFactoryForCleanup()
Create a backup of the factory data which will be restored in tearDown.
GalleryTestCase::_markFactoryModuleForCleanup()
GalleryTestCase::_markForCleanup()
GalleryTestCase::_markPluginParametersForCleanup()
Store plugin parameters to be restored in tearDown
GalleryTestCase::_markToolkitForCleanup()
GalleryTestCase::_registerEventListener()
Register a The NullEventListener for a test
GalleryTestCase::_registerFactoryImplementationForTest()
Register a factory implementation temporarily for this test.
GalleryTestCase::_registerTestEventListener()
Register and event name and associated listener (deprecated).
GalleryTestCase::_setMarkupType()
Set core parameter for markup type.
GalleryTestCase::_signUrl()
Adds an authToken to the given URL
GalleryTestCase::_unregisterFactoryImplementationForTest()
Unregister a specific factory implementation or all implementations of a spefific type temporarily for this test.
GalleryTestCase::_verifyEntity()
GalleryTestCase::_verifyFields()
GalleryTestCase::_verifyMissing()

[ Top ]
Method Summary
HttpAuthHelperTest   HttpAuthHelperTest()  
void   setUp()  
void   tearDown()  
void   testAddHttpAuthToUrl()  
void   testCheckConfiguration()  
void   testCheckConfigurationAuthorizationRuleDisabled()  
void   testCheckConfigurationBadRewriteParser()  
void   testCheckConfigurationErrorUnknown()  
void   testCheckConfigurationHttpAuthWorksIgnoresCauses()  
void   testCheckConfigurationRewriteModuleDisabled()  
void   testCheckHttpAuth()  
void   testCheckHttpAuthMissingAuthorization()  
void   testCheckHttpAuthPluginDisabled()  
void   testGetConfiguration()  
void   testGetHttpAuth()  
void   testGetHttpAuthFromHttpAuthorizationHeader()  
void   testGetHttpAuthFromRequestVariable()  
void   testGetHttpAuthWithoutAuthAndUserDoesNotDefault()  
void   testGetHttpAuthWithoutAuthTypeDefaultsToBasic()  
void   testGetUser()  
void   testGetUserAuthtypePattern()  
void   testGetUserDisabledUser()  
void   testGetUserIgnoresUseGloballyFlag()  
void   testGetUserInvalidUser()  
void   testGetUserUsernamePattern()  
void   testGetUserUsernameReplace()  
void   testRegenerateSessionIfNecessary()  
void   testRegenerateSessionIfNecessaryNoAuthenticatedUser()  
void   testRegenerateSessionIfNecessaryOtherUserThanFromSession()  
void   testRegenerateSessionIfNecessarySameUserAsFromSession()  
void   testRequestAuthentication()  
void   testRequestAuthenticationAlsoSentWhenAlreadyLoggedIn()  
void   testRequestAuthenticationDoNotIgnoreUseGloballyFlag()  
void   testRequestAuthenticationIgnoredIfHttpAuthNotEnabled()  
void   testSetConfiguration()  
void   testSetConfigurationDefaults()  
void   testStripHttpAuthFromUrl()  

[ Top ]
Methods
Constructor HttpAuthHelperTest  [line 37]

  HttpAuthHelperTest HttpAuthHelperTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 41]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
tearDown  [line 146]

  void tearDown( )



Redefinition of:
GalleryTestCase::tearDown()

[ Top ]
testAddHttpAuthToUrl  [line 439]

  void testAddHttpAuthToUrl( )



[ Top ]
testCheckConfiguration  [line 180]

  void testCheckConfiguration( )



[ Top ]
testCheckConfigurationAuthorizationRuleDisabled  [line 218]

  void testCheckConfigurationAuthorizationRuleDisabled( )



[ Top ]
testCheckConfigurationBadRewriteParser  [line 204]

  void testCheckConfigurationBadRewriteParser( )



[ Top ]
testCheckConfigurationErrorUnknown  [line 232]

  void testCheckConfigurationErrorUnknown( )



[ Top ]
testCheckConfigurationHttpAuthWorksIgnoresCauses  [line 245]

  void testCheckConfigurationHttpAuthWorksIgnoresCauses( )



[ Top ]
testCheckConfigurationRewriteModuleDisabled  [line 189]

  void testCheckConfigurationRewriteModuleDisabled( )



[ Top ]
testCheckHttpAuth  [line 259]

  void testCheckHttpAuth( )



[ Top ]
testCheckHttpAuthMissingAuthorization  [line 268]

  void testCheckHttpAuthMissingAuthorization( )



[ Top ]
testCheckHttpAuthPluginDisabled  [line 280]

  void testCheckHttpAuthPluginDisabled( )



[ Top ]
testGetConfiguration  [line 481]

  void testGetConfiguration( )



[ Top ]
testGetHttpAuth  [line 296]

  void testGetHttpAuth( )



[ Top ]
testGetHttpAuthFromHttpAuthorizationHeader  [line 319]

  void testGetHttpAuthFromHttpAuthorizationHeader( )



[ Top ]
testGetHttpAuthFromRequestVariable  [line 307]

  void testGetHttpAuthFromRequestVariable( )



[ Top ]
testGetHttpAuthWithoutAuthAndUserDoesNotDefault  [line 338]

  void testGetHttpAuthWithoutAuthAndUserDoesNotDefault( )



[ Top ]
testGetHttpAuthWithoutAuthTypeDefaultsToBasic  [line 328]

  void testGetHttpAuthWithoutAuthTypeDefaultsToBasic( )



[ Top ]
testGetUser  [line 348]

  void testGetUser( )



[ Top ]
testGetUserAuthtypePattern  [line 380]

  void testGetUserAuthtypePattern( )



[ Top ]
testGetUserDisabledUser  [line 366]

  void testGetUserDisabledUser( )



[ Top ]
testGetUserIgnoresUseGloballyFlag  [line 426]

  void testGetUserIgnoresUseGloballyFlag( )



[ Top ]
testGetUserInvalidUser  [line 357]

  void testGetUserInvalidUser( )



[ Top ]
testGetUserUsernamePattern  [line 401]

  void testGetUserUsernamePattern( )



[ Top ]
testGetUserUsernameReplace  [line 416]

  void testGetUserUsernameReplace( )



[ Top ]
testRegenerateSessionIfNecessary  [line 592]

  void testRegenerateSessionIfNecessary( )



[ Top ]
testRegenerateSessionIfNecessaryNoAuthenticatedUser  [line 628]

  void testRegenerateSessionIfNecessaryNoAuthenticatedUser( )



[ Top ]
testRegenerateSessionIfNecessaryOtherUserThanFromSession  [line 616]

  void testRegenerateSessionIfNecessaryOtherUserThanFromSession( )



[ Top ]
testRegenerateSessionIfNecessarySameUserAsFromSession  [line 604]

  void testRegenerateSessionIfNecessarySameUserAsFromSession( )



[ Top ]
testRequestAuthentication  [line 533]

  void testRequestAuthentication( )



[ Top ]
testRequestAuthenticationAlsoSentWhenAlreadyLoggedIn  [line 579]

  void testRequestAuthenticationAlsoSentWhenAlreadyLoggedIn( )



[ Top ]
testRequestAuthenticationDoNotIgnoreUseGloballyFlag  [line 549]

  void testRequestAuthenticationDoNotIgnoreUseGloballyFlag( )



[ Top ]
testRequestAuthenticationIgnoredIfHttpAuthNotEnabled  [line 563]

  void testRequestAuthenticationIgnoredIfHttpAuthNotEnabled( )



[ Top ]
testSetConfiguration  [line 492]

  void testSetConfiguration( )



[ Top ]
testSetConfigurationDefaults  [line 516]

  void testSetConfigurationDefaults( )



[ Top ]
testStripHttpAuthFromUrl  [line 464]

  void testStripHttpAuthFromUrl( )



[ Top ]

Documentation generated on Fri, 08 Oct 2010 05:08:50 -0700 by phpDocumentor 1.3.0RC6