Class GigyaSessionConfigPrepareInterceptor
java.lang.Object
de.hybris.platform.gigya.gigyaservices.interceptor.GigyaSessionConfigPrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<GigyaSessionConfigModel>
public class GigyaSessionConfigPrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<GigyaSessionConfigModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(GigyaSessionConfigModel gigyaSessionConfig, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
Constructor Details
-
GigyaSessionConfigPrepareInterceptor
public GigyaSessionConfigPrepareInterceptor()
-
-
Method Details
-
onPrepare
public void onPrepare(GigyaSessionConfigModel gigyaSessionConfig, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException - Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<GigyaSessionConfigModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-