Package edu.yale.its.tp.cas.util
Class SecureURL
java.lang.Object
edu.yale.its.tp.cas.util.SecureURL
A class housing some utility functions exposing secure URL validation and content retrieval. The rules are intended
to be about as restrictive as a common browser with respect to server-certificate validation.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SecureURL
public SecureURL()
-
-
Method Details
-
main
For testing only...- Throws:
IOException
-
retrieve
Retrieve the contents from the given URL as a String, assuming the URL's server matches what we expect it to match.- Throws:
IOException
-
retrieve
- Throws:
IOException
-