edu.yale.its.tp.cas.client
Class Util

java.lang.Object
  |
  +--edu.yale.its.tp.cas.client.Util

public class Util
extends java.lang.Object

Provides utility functions in support of CAS clients.


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String getService(HttpServletRequest request, java.lang.String server)
          Returns a service ID (URL) as a composite of the preconfigured server name and the runtime request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getService

public static java.lang.String getService(HttpServletRequest request,
                                          java.lang.String server)
                                   throws ServletException
Returns a service ID (URL) as a composite of the preconfigured server name and the runtime request.

ServletException