Class PasswordEncoderServiceTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.user.PasswordEncoderServiceTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
PasswordEncoderServiceTest
public PasswordEncoderServiceTest()
-
-
Method Details
-
testEncodeWithPasswordEncoderNotFoundException
public void testEncodeWithPasswordEncoderNotFoundException() -
encodeWithPlainEncoding
public void encodeWithPlainEncoding() -
testEncodeWithNullEncoding
public void testEncodeWithNullEncoding() -
defaultEncodingExists
public void defaultEncodingExists() -
testIsValidAndDecodePassword
public void testIsValidAndDecodePassword() -
testCannotDecodeException
public void testCannotDecodeException() -
testDecodeWithPasswordEncoderNotFoundException
public void testDecodeWithPasswordEncoderNotFoundException() -
testSetPasswordWithAllEncodings
public void testSetPasswordWithAllEncodings() -
testValidMethodWithPBKDF2
public void testValidMethodWithPBKDF2()
-