| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for LocalUserPasswordTest:
 Collaboration diagram for LocalUserPasswordTest:Protected Member Functions | |
| setUp () | |
  Protected Member Functions inherited from ILIAS\User\Tests\BaseTestCase | |
| assertException (string $exception_class) | |
Protected Attributes | |
| vfs vfsStreamDirectory | $testDirectory | 
| string | $testDirectoryUrl | 
Private Attributes | |
| const | PASSWORD = 'password' | 
| const | ENCODED_PASSWORD = 'encoded' | 
Definition at line 26 of file LocalUserPasswordTest.php.
| LocalUserPasswordTest::getTestDirectory | ( | ) | 
Definition at line 33 of file LocalUserPasswordTest.php.
References $testDirectory.
| LocalUserPasswordTest::getTestDirectoryUrl | ( | ) | 
Definition at line 43 of file LocalUserPasswordTest.php.
References $testDirectoryUrl.
Referenced by testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutEncoderInformation(), testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutFactory(), testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutValidFactory(), testFactoryCanBeCreated(), testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndNoDefaultEncoderWasSpecifiedInFallbackMode(), testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndTheDefaultEncoderDoesNotMatchOneOfTheSupportedEncodersInFallbackMode(), testFactoryRaisesAnExceptionIfAnUnsupportedEncoderWasInjected(), testFactoryReturnsCorrectEncoderIfAMatchingEncoderWasFound(), testFactoryReturnsTheDefaultEncoderIfAnUnsupportedEncoderIsRequestedAndASupportedDefaultEncoderWasSpecifiedInFallbackMode(), testGettersOfFactoryShouldReturnWhatWasSetBySetters(), testInstanceCanBeCreated(), testPasswordManagerEncodesRawPasswordWithoutSalt(), testPasswordManagerEncodesRawPasswordWithSalt(), testPasswordManagerMigratesPasswordOnVerificationWithVariantEncoders(), testPasswordManagerNeverMigratesPasswordOnFailedVerificationWithVariantEncoders(), testPasswordManagerReencodesPasswordIfReencodingIsNecessary(), and testPasswordManagerVerifiesPassword().
 Here is the caller graph for this function:| LocalUserPasswordTest::setTestDirectory | ( | vfs\vfsStreamDirectory | $testDirectory | ) | 
Definition at line 38 of file LocalUserPasswordTest.php.
References $testDirectory.
Referenced by setUp().
 Here is the caller graph for this function:| LocalUserPasswordTest::setTestDirectoryUrl | ( | string | $testDirectoryUrl | ) | 
Definition at line 48 of file LocalUserPasswordTest.php.
References $testDirectoryUrl.
Referenced by setUp().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 53 of file LocalUserPasswordTest.php.
References setTestDirectory(), and setTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutEncoderInformation | ( | ) | 
| ilUserException | 
Definition at line 65 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutFactory | ( | ) | 
| ilUserException | 
Definition at line 74 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutValidFactory | ( | ) | 
| ilUserException | 
Definition at line 86 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testFactoryCanBeCreated | ( | ) | 
| ilPasswordException | 
Definition at line 358 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndNoDefaultEncoderWasSpecifiedInFallbackMode | ( | ) | 
| ilPasswordException | |
| ilUserException | 
Definition at line 417 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndTheDefaultEncoderDoesNotMatchOneOfTheSupportedEncodersInFallbackMode | ( | ) | 
| ilPasswordException | |
| ilUserException | 
Definition at line 430 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderWasInjected | ( | ) | 
| ilPasswordException | |
| ilUserException | 
Definition at line 404 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testFactoryReturnsCorrectEncoderIfAMatchingEncoderWasFound | ( | ) | 
| ilUserException | |
| ilPasswordException | |
| ReflectionException | 
Definition at line 464 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl(), and ILIAS\Data\Password\LocalUserPasswordEncoderFactory\setSupportedEncoders().
 Here is the call graph for this function:| LocalUserPasswordTest::testFactoryReturnsTheDefaultEncoderIfAnUnsupportedEncoderIsRequestedAndASupportedDefaultEncoderWasSpecifiedInFallbackMode | ( | ) | 
| ReflectionException | |
| ilPasswordException | |
| ilUserException | 
Definition at line 445 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl(), and ILIAS\Data\Password\LocalUserPasswordEncoderFactory\setSupportedEncoders().
 Here is the call graph for this function:| LocalUserPasswordTest::testGettersOfFactoryShouldReturnWhatWasSetBySetters | ( | ) | 
| ReflectionException | |
| ilPasswordException | |
| ilUserException | 
Definition at line 371 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testInstanceCanBeCreated | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 102 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testPasswordManagerEncodesRawPasswordWithoutSalt | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 170 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl(), and ilObjUser\PASSWD_CRYPTED.
 Here is the call graph for this function:| LocalUserPasswordTest::testPasswordManagerEncodesRawPasswordWithSalt | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 132 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl(), and ilObjUser\PASSWD_CRYPTED.
 Here is the call graph for this function:| LocalUserPasswordTest::testPasswordManagerMigratesPasswordOnVerificationWithVariantEncoders | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 243 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testPasswordManagerNeverMigratesPasswordOnFailedVerificationWithVariantEncoders | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 323 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testPasswordManagerReencodesPasswordIfReencodingIsNecessary | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 283 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:| LocalUserPasswordTest::testPasswordManagerVerifiesPassword | ( | ) | 
| ilUserException | |
| ReflectionException | 
Definition at line 206 of file LocalUserPasswordTest.php.
References getTestDirectoryUrl().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 30 of file LocalUserPasswordTest.php.
Referenced by getTestDirectory(), and setTestDirectory().
      
  | 
  protected | 
Definition at line 31 of file LocalUserPasswordTest.php.
Referenced by getTestDirectoryUrl(), and setTestDirectoryUrl().
      
  | 
  private | 
Definition at line 29 of file LocalUserPasswordTest.php.
      
  | 
  private | 
Definition at line 28 of file LocalUserPasswordTest.php.