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