public class ScimUserValidateInterceptor extends java.lang.Object implements ValidateInterceptor<UserModel>
| Constructor and Description |
|---|
ScimUserValidateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
FlexibleSearchService |
getFlexibleSearchService() |
void |
onValidate(UserModel userModel,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public void onValidate(UserModel userModel, InterceptorContext context) throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptor<UserModel>userModel - the model which values has to be validatedcontext - the InterceptorContextInterceptorException - if any values of the model are not valid.public FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.