Class ScimUserValidateInterceptor
java.lang.Object
de.hybris.platform.scimservices.interceptors.ScimUserValidateInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<UserModel>
public class ScimUserValidateInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<UserModel>
Interceptor to validate user with scim user ID to ensure scim user ID is unique.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.servicelayer.search.FlexibleSearchServicevoidonValidate(UserModel userModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext context) voidsetFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
ScimUserValidateInterceptor
public ScimUserValidateInterceptor()
-
-
Method Details
-
onValidate
public void onValidate(UserModel userModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext context) throws de.hybris.platform.servicelayer.interceptor.InterceptorException - Specified by:
onValidatein interfacede.hybris.platform.servicelayer.interceptor.ValidateInterceptor<UserModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-
getFlexibleSearchService
public de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService() -
setFlexibleSearchService
public void setFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-