public abstract class IdentityStoreRequest extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ERROR_JSON_MAPPING |
Constructor and Description |
---|
IdentityStoreRequest() |
Modifier and Type | Method and Description |
---|---|
String |
doRequest()
Do the request, call the inner validRequest and doSpecificRequest
|
protected abstract String |
doSpecificRequest()
Specific action for the request
|
protected abstract void |
validRequest()
Valid the request according to parameter
|
protected static final String ERROR_JSON_MAPPING
protected abstract void validRequest() throws fr.paris.lutece.portal.service.util.AppException
fr.paris.lutece.portal.service.util.AppException
- if request not validprotected abstract String doSpecificRequest() throws fr.paris.lutece.portal.service.util.AppException
fr.paris.lutece.portal.service.util.AppException
- in case of request failpublic String doRequest() throws fr.paris.lutece.portal.service.util.AppException
fr.paris.lutece.portal.service.util.AppException
- in case of failureCopyright © 2017 City of Paris. All rights reserved.