Package edu.yale.its.tp.cas.client

Examples of edu.yale.its.tp.cas.client.CASReceipt


      SourceBean engineConfig = EnginConf.getInstance().getConfig();
      SourceBean sourceBeanConf = (SourceBean) engineConfig.getAttribute("FILTER_RECEIPT");
      String filterReceipt = (String) sourceBeanConf.getCharacters();
      logger.debug("Read filterReceipt=" + filterReceipt);
      filterReceipt = spagoBiServerURL + filterReceipt;
      CASReceipt cr = (CASReceipt) session.getAttribute(CASFilter.CAS_FILTER_RECEIPT);
      logger.debug("Read cr=" + cr);
      if (cr==null) logger.warn("CASReceipt in session is NULL");
      String ticket=ProxyTicketReceptor.getProxyTicket(cr.getPgtIou(), filterReceipt);
      logger.debug("OUT.ticket="+ticket);
      return ticket;
    }
View Full Code Here

TOP

Related Classes of edu.yale.its.tp.cas.client.CASReceipt

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.