Package edu.yale.its.tp.cas.client
Class Util
- java.lang.Object
-
- edu.yale.its.tp.cas.client.Util
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getService(javax.servlet.http.HttpServletRequest request, String server)
Returns a service ID (URL) as a composite of the preconfigured server name and the runtime request.
-
-
-
Constructor Detail
-
Util
public Util()
-
-
Method Detail
-
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
-
-