Package it.eng.spagobi.services.common

Examples of it.eng.spagobi.services.common.SsoServiceInterface.validateTicket()


    logger.debug("IN");
    SsoServiceInterface proxyService = SsoServiceFactory.createProxyService();
    String xml = "";
    try {
     
      proxyService.validateTicket(token, user);
      logger.debug("Token validated");
      xml = DAOFactory.getKpiDAO().loadKPIValueXml(kpiValueID);
      logger.debug("Xml Retrieved");
     
    } catch (EMFUserError e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.