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