ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Data Fields | |
const | PASSWORD = 'password' |
const | ENCODED_PASSWORD = 'encoded' |
Protected Member Functions | |
setUp () | |
Sets up the fixture, for example, open a network connection. More... | |
Definition at line 15 of file ilObjUserPasswordTest.php.
|
protected |
Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
Definition at line 31 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfAnUnsupportedEncoderIsRequestedFromFactory | ( | ) |
Definition at line 291 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutEncoderInformation | ( | ) |
Definition at line 44 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutFactory | ( | ) |
Definition at line 52 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testExceptionIsRaisedIfPasswordManagerIsCreatedWithoutValidFactory | ( | ) |
ilObjUserPasswordTest::testFactoryCanBeCreated | ( | ) |
Definition at line 252 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndNoDefaultEncoderWasSpecifiedInFallbackMode | ( | ) |
Definition at line 300 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderIsRequestedAndTheDefaultEncoderDoesNotMatchOneOfTheSupportedEncodersInFallbackMode | ( | ) |
Definition at line 309 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryRaisesAnExceptionIfAnUnsupportedEncoderWasInjected | ( | ) |
Definition at line 282 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryReturnsCorrectEncoderIfAMatchingEncoderWasFound | ( | ) |
Definition at line 331 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testFactoryReturnsTheDefaultEncoderIfAnUnsupportedEncoderIsRequestedAndASupportedDefaultEncoderWasSpecifiedInFallbackMode | ( | ) |
Definition at line 318 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testGettersOfFactoryShouldReturnWhatWasSetBySetters | ( | ) |
Definition at line 261 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testInstanceCanBeCreated | ( | ) |
Definition at line 77 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testPasswordManagerEncodesRawPasswordWithoutSalt | ( | ) |
Definition at line 136 of file ilObjUserPasswordTest.php.
References IL_PASSWD_CRYPTED.
ilObjUserPasswordTest::testPasswordManagerEncodesRawPasswordWithSalt | ( | ) |
Definition at line 106 of file ilObjUserPasswordTest.php.
References IL_PASSWD_CRYPTED.
ilObjUserPasswordTest::testPasswordManagerMigratesPasswordOnVerificationWithVariantEncoders | ( | ) |
Definition at line 194 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testPasswordManagerNeverMigratesPasswordOnFailedVerificationWithVariantEncoders | ( | ) |
Definition at line 223 of file ilObjUserPasswordTest.php.
ilObjUserPasswordTest::testPasswordManagerVerifiesPassword | ( | ) |
Definition at line 166 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.