exchange.setProperty(ExchangeConstantKeys.E3_AUTH_IDENTITY.toString(), authIdentity);
exchange.setProperty(ExchangeConstantKeys.E3_AUTH_IDENTITY_APICONTEXT.toString(), value);
}
private void handleReport(Exchange exchange, AuthReport report, AuthType authType) {
GatewayExceptionCode authErrorCode = null;
String authErrorMessage = null;
if (logger.isDebugEnabled()) {
logger.debug("AuthType: {}; {}", authType, report);
}