/**
* Note that this method cannot disable SSL validation, so that configuration option is ignored here. You are
* responsible for configuring the client with any proxy, ssl or other options prior to calling this constructor.
*/
public static void configureClient( Client client, AtmosMgmtConfig config ) {
client.addFilter( new ErrorFilter() );
client.addFilter( new AuthFilter( config ) );
}