Class DefaultGigyaLoginServiceTest

java.lang.Object
de.hybris.platform.gigya.gigyaservices.login.impl.DefaultGigyaLoginServiceTest

@UnitTest public class DefaultGigyaLoginServiceTest extends Object
Test class for GigyaLoginService
  • Constructor Details

    • DefaultGigyaLoginServiceTest

      public DefaultGigyaLoginServiceTest()
  • Method Details

    • testVerifyGigyaCallWhenConfigIsDoesntExist

      public void testVerifyGigyaCallWhenConfigIsDoesntExist()
    • testVerifyGigyaCallWhenConfigExistsAndSiteSecretExists

      public void testVerifyGigyaCallWhenConfigExistsAndSiteSecretExists()
    • testVerifyGigyaCallWhenConfigExistsAndUserSecretExists

      public void testVerifyGigyaCallWhenConfigExistsAndUserSecretExists()
    • testVerifyGigyaCallWhenConfigExistsAndNeitherUserSecretOrSiteSecretExists

      public void testVerifyGigyaCallWhenConfigExistsAndNeitherUserSecretOrSiteSecretExists()
    • testVerifyGigyaCallIdTokenExpiryAndSignatureWhenIdTokenIsNull

      public void testVerifyGigyaCallIdTokenExpiryAndSignatureWhenIdTokenIsNull()
    • testVerifyGigyaCallIdTokenExpiryAndSignatureWhenGigyaConfigIdIsNull

      public void testVerifyGigyaCallIdTokenExpiryAndSignatureWhenGigyaConfigIdIsNull()
    • testVerifyGigyaCallIdTokenExpiryAndSignatureWhenConfigAndIdTokenExists

      public void testVerifyGigyaCallIdTokenExpiryAndSignatureWhenConfigAndIdTokenExists()
    • testverifyGigyaIdTokenContainsUIDWhenNeitherIdTokenOrUidExists

      public void testverifyGigyaIdTokenContainsUIDWhenNeitherIdTokenOrUidExists()
    • testverifyGigyaIdTokenContainsUIDWhenIdTokenAndUidExists

      public void testverifyGigyaIdTokenContainsUIDWhenIdTokenAndUidExists()
    • testFindCustomerByGigyaUidWhenCustomerExists

      public void testFindCustomerByGigyaUidWhenCustomerExists()
    • testFindCustomerByGigyaUidWhenCustomerDoesntExists

      public void testFindCustomerByGigyaUidWhenCustomerDoesntExists()
    • testFetchGigyaInfoWhenGigyaUserMgmtModeIsRaas

      public void testFetchGigyaInfoWhenGigyaUserMgmtModeIsRaas() throws GigyaApiException
      Throws:
      GigyaApiException
    • testFetchGigyaInfoWhenGigyaUserMgmtModeIsNotRaas

      public void testFetchGigyaInfoWhenGigyaUserMgmtModeIsNotRaas() throws GigyaApiException
      Throws:
      GigyaApiException
    • testNotifyGigyaOfLogout

      public void testNotifyGigyaOfLogout() throws GigyaApiException
      Throws:
      GigyaApiException
    • testNotifyGigyaOfLogoutWhenConfigIsNull

      public void testNotifyGigyaOfLogoutWhenConfigIsNull() throws GigyaApiException
      Throws:
      GigyaApiException
    • testSendUserToGigyaWhenUserIsNotGigyaUser

      public void testSendUserToGigyaWhenUserIsNotGigyaUser() throws GigyaApiException
      Throws:
      GigyaApiException
    • testSendUserToGigyaSuccessfully

      public void testSendUserToGigyaSuccessfully() throws GigyaApiException
      Throws:
      GigyaApiException
    • testSendUserToGigyaUnSuccessfully

      public void testSendUserToGigyaUnSuccessfully() throws GigyaApiException
      Throws:
      GigyaApiException
    • testSendUserToGigyaSuccessfullyWithFieldMappings

      public void testSendUserToGigyaSuccessfullyWithFieldMappings() throws GigyaApiException
      Throws:
      GigyaApiException
    • testSendUserToGigyaUnSuccessfullyWithFieldMappings

      public void testSendUserToGigyaUnSuccessfullyWithFieldMappings() throws GigyaApiException
      Throws:
      GigyaApiException