public class IdentityStoreUpdateRequest extends IdentityStoreRequest
ERROR_JSON_MAPPING| Constructor and Description |
|---|
IdentityStoreUpdateRequest(fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityChangeDto identityChangeDto,
Map<String,fr.paris.lutece.portal.business.file.File> mapAttachedFiles,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Constructor of IdentityStoreUpdateRequest
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
doSpecificRequest()
update the identity
|
protected void |
validRequest()
Valid the update request
|
doRequestpublic IdentityStoreUpdateRequest(fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityChangeDto identityChangeDto,
Map<String,fr.paris.lutece.portal.business.file.File> mapAttachedFiles,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
identityChangeDto - the dto of identity's changemapAttachedFiles - the map of attached filesobjectMapper - for json transformationprotected void validRequest()
throws fr.paris.lutece.portal.service.util.AppException
validRequest in class IdentityStoreRequestfr.paris.lutece.portal.service.util.AppException - if there is an exception during the treatmentprotected String doSpecificRequest() throws fr.paris.lutece.portal.service.util.AppException
doSpecificRequest in class IdentityStoreRequestfr.paris.lutece.portal.service.util.AppException - if there is an exception during the treatmentCopyright © 2019 City of Paris. All rights reserved.