DN dn = LDAPConnHandler.getComponentEntryDN();
String[] cips = LDAPConnHandler.getEnabledSSLCipherSuites();
String[] protos = LDAPConnHandler.getEnabledSSLProtocols();
int maxReqSize = LDAPConnHandler.getMaxRequestSize();
String shutListName=LDAPConnHandler.getShutdownListenerName();
SSLClientAuthPolicy policy = LDAPConnHandler.getSSLClientAuthPolicy();
Collection<ClientConnection> cons=LDAPConnHandler.getClientConnections();
LDAPConnHandler.processServerShutdown(reasonMsg);
//Reset some things for the SSL handler
Attribute useSSL=Attributes.create(ATTR_USE_SSL, String.valueOf(false));
Attribute startTls=Attributes.create(ATTR_ALLOW_STARTTLS, String.valueOf(false));