60616263646566
public class ServerProvider implements ProfileServerProvider { public ProfileServer createProfile(String profile, Map environment) throws ProfileProviderException { return new TLSServerHandler(profile, environment); }