Uses of Class
org.gcube.datatransfer.resolver.util.HTTPCallsUtils
-
Packages that use HTTPCallsUtils Package Description org.gcube.datatransfer.resolver.gis.geonetwork -
-
Uses of HTTPCallsUtils in org.gcube.datatransfer.resolver.gis.geonetwork
Methods in org.gcube.datatransfer.resolver.gis.geonetwork with parameters of type HTTPCallsUtils Modifier and Type Method Description static booleanGNAuthentication. login(HTTPCallsUtils connection, String serviceURL, String username, String password)Perform a GN login.
GN auth is carried out via a JSESSIONID cookie returned by a successful login call.
Url: http://server:port/geonetwork/srv/en/xml.user.login Mime-type: application/xml Post request:static booleanGNAuthentication. logout(HTTPCallsUtils connection, String serviceURL)Logout.
-