Class IndirectBasicAuthClientTests

  • All Implemented Interfaces:
    TestsConstants

    public final class IndirectBasicAuthClientTests
    extends Object
    implements TestsConstants
    This class tests the IndirectBasicAuthClient class.
    Since:
    1.4.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • IndirectBasicAuthClientTests

        public IndirectBasicAuthClientTests()
    • Method Detail

      • testMissingUsernamePasswordAuthenticator

        public void testMissingUsernamePasswordAuthenticator()
      • testMissingProfileCreator

        public void testMissingProfileCreator()
      • testMissingRealm

        public void testMissingRealm()
      • testHasDefaultProfileCreator

        public void testHasDefaultProfileCreator()
      • testMissingCallbackUrl

        public void testMissingCallbackUrl()
      • testRedirectionUrl

        public void testRedirectionUrl()
      • testGetCredentialsMissingHeader

        public void testGetCredentialsMissingHeader()
      • testGetCredentialsNotABasicHeader

        public void testGetCredentialsNotABasicHeader()
      • testGetCredentialsBadFormatHeader

        public void testGetCredentialsBadFormatHeader()
      • testGetCredentialsMissingSemiColon

        public void testGetCredentialsMissingSemiColon()
      • testGetCredentialsBadCredentials

        public void testGetCredentialsBadCredentials()
      • testGetCredentialsGoodCredentials

        public void testGetCredentialsGoodCredentials()