Class PasswordEncoderServiceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class PasswordEncoderServiceTest extends ServicelayerBaseTest
  • 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()