}
}
} finally {
idSet.close();
}
return new AuthorizationResponse(tokenArray.toArray(new String[0]), AuthorizationResponse.RESPONSE_OK);
}
catch (ServiceInterruption e)
{
Logging.authorityConnectors.warn("JDBCAuthority: Service interruption: "+e.getMessage(),e);
return RESPONSE_UNREACHABLE;