-
Methods Method Description org.intermine.client.core.Service.setAuthentication(String, String) Use token based authentication instead (Service.setAuthentication(String)
as this method will cause your user name and password to be transmitted insecurely across HTTP connections.
-
Constructors Constructor Description org.intermine.client.core.ServiceFactory(String, String, String) This method causes username and password information to be insecurely transmitted over HTTP connections. Use the token authentication mechanism instead.