public class IdentityStoreCreateRequest extends IdentityStoreRequest
ERROR_JSON_MAPPING
Constructor and Description |
---|
IdentityStoreCreateRequest(fr.paris.lutece.plugins.identitystore.web.rs.dto.IdentityChangeDto identityChangeDto,
Map<String,fr.paris.lutece.portal.business.file.File> mapAttachedFiles,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Constructor of IdentityStoreCreateRequest
|
Modifier and Type | Method and Description |
---|---|
protected String |
doSpecificRequest()
create the identity
|
protected void |
validRequest()
Valid the create request
|
doRequest
public IdentityStoreCreateRequest(fr.paris.lutece.plugins.identitystore.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
- list of attached files for attributesobjectMapper
- for json transformationprotected void validRequest() throws fr.paris.lutece.portal.service.util.AppException
validRequest
in class IdentityStoreRequest
fr.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 IdentityStoreRequest
fr.paris.lutece.portal.service.util.AppException
- if there is an exception during the treatmentCopyright © 2018 City of Paris. All rights reserved.