Class PasswordTypeTest


  • public class PasswordTypeTest
    extends AbstractTestBase
    This is a test for processing a Username Token to enforce either a plaintext or digest password type.
    • Constructor Detail

      • PasswordTypeTest

        public PasswordTypeTest()
    • Method Detail

      • testPasswordDigest

        @Test
        public void testPasswordDigest()
                                throws Exception
        Throws:
        Exception
      • testPasswordText

        @Test
        public void testPasswordText()
                              throws Exception
        Throws:
        Exception