ILIAS
Release_5_0_x_branch Revision 61816
|
Data Fields | |
const | PASSWORD = 'password' |
const | ENCODED_PASSWORD = 'encoded' |
Definition at line 15 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfAnUnsupportedEncoderIsRequestedFromFactory | ( | ) |
Definition at line 277 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutEncoderInformation | ( | ) |
Definition at line 30 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutFactory | ( | ) |
Definition at line 38 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutValidFactory | ( | ) |
PHPUnit_Framework_Error
Definition at line 50 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryCanBeCreated | ( | ) |
Definition at line 238 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndNoDefaultEncoderWasSpecifiedInFallbackMode | ( | ) |
Definition at line 286 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndTheDefaultEncoderDoesNotMatchOneOfTheSupportedEncodersInFallbackMode | ( | ) |
Definition at line 295 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderWasInjected | ( | ) |
Definition at line 268 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryReturnsCorrectEncoderIfAMatchingEncoderWasFound | ( | ) |
Definition at line 317 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryReturnsTheDefaultEncoderIfAnUnsupportedEncoderIsRequestedAndASupportedDefaultEncoderWasSpecifiedInFallbackMode | ( | ) |
Definition at line 304 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testGettersOfFactoryShouldReturnWhatWasSetBySetters | ( | ) |
Definition at line 247 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testInstanceCanBeCreated | ( | ) |
Definition at line 63 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testPasswordManagerEncodesRawPasswordWithoutSalt | ( | ) |
Definition at line 122 of file ilObjUserPasswordTest.php.
References IL_PASSWD_CRYPTED.
ilObjUserPasswordTest::testPasswordManagerEncodesRawPasswordWithSalt | ( | ) |
Definition at line 92 of file ilObjUserPasswordTest.php.
References IL_PASSWD_CRYPTED.
ilObjUserPasswordTest::testPasswordManagerMigratesPasswordOnVerificationWithVariantEncoders | ( | ) |
Definition at line 180 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testPasswordManagerNeverMigratesPasswordOnFailedVerificationWithVariantEncoders | ( | ) |
Definition at line 209 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testPasswordManagerVerifiesPassword | ( | ) |
Definition at line 152 of file ilObjUserPasswordTest.php.
const ilObjUserPasswordTest::ENCODED_PASSWORD = 'encoded' |
Definition at line 25 of file ilObjUserPasswordTest.php.
const ilObjUserPasswordTest::PASSWORD = 'password' |
Definition at line 20 of file ilObjUserPasswordTest.php.