Class Util

java.lang.Object
edu.yale.its.tp.cas.client.Util

public class Util extends Object
Provides utility functions in support of CAS clients.
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • getService

      public static String getService(javax.servlet.http.HttpServletRequest request, String server) throws javax.servlet.ServletException
      Returns a service ID (URL) as a composite of the preconfigured server name and the runtime request.
      Throws:
      javax.servlet.ServletException