public class IdentityStoreGetRequest extends IdentityStoreRequest
ERROR_JSON_MAPPING
Constructor and Description |
---|
IdentityStoreGetRequest(String strConnectionId,
String strCustomerId,
String strClientAppCode,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Constructor of IdentityStoreGetRequest
|
Modifier and Type | Method and Description |
---|---|
protected String |
doSpecificRequest()
get the identity
|
protected void |
validRequest()
Valid the get request
|
doRequest
public IdentityStoreGetRequest(String strConnectionId, String strCustomerId, String strClientAppCode, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
strConnectionId
- the connectionIdstrCustomerId
- the customerIdstrClientAppCode
- the applicationCodeobjectMapper
- 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.