Package edu.yale.its.tp.cas.client
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 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.
-