Package edu.yale.its.tp.cas.client
Class Util
java.lang.Object
edu.yale.its.tp.cas.client.Util
Provides utility functions in support of CAS clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
Util
public Util()
-
-
Method Details