// Bind a reference to store using NonSerializableFactory as the ObjectFactory
InitialContext ctx = new InitialContext();
ctx.unbind(serverJndiName);
log.debug("Unbound SRPServerProxy at "+serverJndiName);
NonSerializableFactory.unbind(cacheJndiName);
ctx.unbind(cacheJndiName);
log.debug("Unbound AuthenticationCache at "+cacheJndiName);
}
private void loadStore() throws NamingException
{