Class DirectFormClientTests

java.lang.Object
org.pac4j.http.client.direct.DirectFormClientTests
All Implemented Interfaces:
org.pac4j.core.util.TestsConstants

public final class DirectFormClientTests extends Object implements org.pac4j.core.util.TestsConstants
This class tests the DirectFormClient class.
Since:
1.8.6
Author:
Jerome Leleu
  • Constructor Details

    • DirectFormClientTests

      public DirectFormClientTests()
  • Method Details

    • testMissingUsernamePasswordAuthenticator

      public void testMissingUsernamePasswordAuthenticator()
    • testMissingProfileCreator

      public void testMissingProfileCreator()
    • testHasDefaultProfileCreator

      public void testHasDefaultProfileCreator()
    • testGetCredentialsMissingUsername

      public void testGetCredentialsMissingUsername()
    • testGetCredentialsMissingPassword

      public void testGetCredentialsMissingPassword()
    • testGetBadCredentials

      public void testGetBadCredentials()
    • testGetGoodCredentials

      public void testGetGoodCredentials()
    • testGetUserProfile

      public void testGetUserProfile()