Class FormClientTests

java.lang.Object
org.pac4j.http.client.indirect.FormClientTests
All Implemented Interfaces:
org.pac4j.core.util.TestsConstants

public final class FormClientTests extends Object implements org.pac4j.core.util.TestsConstants
This class tests the FormClient class.
Since:
1.4.0
Author:
Jerome Leleu
  • Constructor Details

    • FormClientTests

      public FormClientTests()
  • Method Details

    • testMissingUsernamePasswordAuthenticator

      public void testMissingUsernamePasswordAuthenticator()
    • testMissingProfileCreator

      public void testMissingProfileCreator()
    • testHasDefaultProfileCreator

      public void testHasDefaultProfileCreator()
    • testMissingLoginUrl

      public void testMissingLoginUrl()
    • testRedirectionUrl

      public void testRedirectionUrl()
    • testGetCredentialsMissingUsername

      public void testGetCredentialsMissingUsername()
    • testGetCredentialsMissingPassword

      public void testGetCredentialsMissingPassword()
    • testGetCredentials

      public void testGetCredentials()
    • testGetRightCredentials

      public void testGetRightCredentials()
    • testGetUserProfile

      public void testGetUserProfile()