/* 466 */ factoryName = DefaultCacheObjectFactory.class.getName();
/* 467 */ ref = new Reference("javax.naming.Context", refAddr, factoryName, null);
/* 468 */ ctx.rebind("java:/timedCacheFactory", ref);
/* 469 */ log.debug("cachePolicyCtxPath=" + cacheJndiName);
/* */
/* 472 */ SecurityProxyFactory proxyFactory = (SecurityProxyFactory)securityProxyFactoryClass.newInstance();
/* 473 */ ctx.bind("java:/SecurityProxyFactory", proxyFactory);
/* 474 */ log.debug("SecurityProxyFactory=" + proxyFactory);
/* */
/* 477 */ PropertyEditorManager.registerEditor(Principal.class, PrincipalEditor.class);
/* 478 */ PropertyEditorManager.registerEditor(SecurityDomain.class, SecurityDomainEditor.class);