public interface ResponseInterceptor extends Interceptor
Interceptor that will be invoked when PingAccess is processing a response.| Modifier and Type | Method and Description |
|---|---|
void |
handleResponse(Exchange exc)
Called to handle response processing and manipulation as part of an interceptor chain.
|
void handleResponse(Exchange exc) throws AccessException
exc - Current exchange for processing and manipulationAccessException - to indicate that a specific error response should be generatedCopyright 2023 Ping Identity Corp. All rights reserved.