Package nexj.core.runtime

Examples of nexj.core.runtime.AuthenticationCache


         }

         try
         {
            InitialContext ctx = new InitialContext();
            AuthenticationCache cache = (AuthenticationCache)ctx.lookup(JNDI_NAME_CONTAINER);

            cache.flushPrincipal(sName);
         }
         catch (Exception ex)
         {
            s_logger.warn("Cannot flush authentication cache", ex);
         }
View Full Code Here

TOP

Related Classes of nexj.core.runtime.AuthenticationCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.