Class DefaultGigyaService

  • All Implemented Interfaces:
    GigyaService

    public class DefaultGigyaService
    extends java.lang.Object
    implements GigyaService
    Default implementation of GigyaService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.gigya.socialize.GSResponse callRawGigyaApiWithConfig​(java.lang.String method, java.util.Map<java.lang.String,​java.lang.Object> params, GigyaConfigModel conf, int maxTries, int tryNum)
      Method to call raw gigya API with the provided gigya configuration
      com.gigya.socialize.GSResponse callRawGigyaApiWithConfigAndObject​(java.lang.String method, com.gigya.socialize.GSObject gigyaParams, GigyaConfigModel gigyaConfig, int maxTries, int tryNum)
      Method to call gigya API with the configuration and gigya object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultGigyaService

        public DefaultGigyaService()
    • Method Detail

      • callRawGigyaApiWithConfig

        public com.gigya.socialize.GSResponse callRawGigyaApiWithConfig​(java.lang.String method,
                                                                        java.util.Map<java.lang.String,​java.lang.Object> params,
                                                                        GigyaConfigModel conf,
                                                                        int maxTries,
                                                                        int tryNum)
        Description copied from interface: GigyaService
        Method to call raw gigya API with the provided gigya configuration
        Specified by:
        callRawGigyaApiWithConfig in interface GigyaService
        Parameters:
        method - The method name of gigya
        params - The various params
        conf - The gigya config model
        maxTries - The number of trys
        tryNum - The current try number
        Returns:
        GSResponse The GS response
      • callRawGigyaApiWithConfigAndObject

        public com.gigya.socialize.GSResponse callRawGigyaApiWithConfigAndObject​(java.lang.String method,
                                                                                 com.gigya.socialize.GSObject gigyaParams,
                                                                                 GigyaConfigModel gigyaConfig,
                                                                                 int maxTries,
                                                                                 int tryNum)
        Description copied from interface: GigyaService
        Method to call gigya API with the configuration and gigya object
        Specified by:
        callRawGigyaApiWithConfigAndObject in interface GigyaService
        Parameters:
        method - The method name
        gigyaParams - The gigya object
        gigyaConfig - The gigya configuration model
        maxTries - The number of trys
        tryNum - The current try number
        Returns:
        GSResponse The gigya response