60616263646566
public class ClientProvider implements ProfileClientProvider { public ProfileClient createProfile(String profile, Map environment) throws ProfileProviderException { return new TLSClientHandler(profile, environment); }