All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.odysz.jclient.InsecureClient Maven / Gradle / Ivy

There is a newer version: 0.4.41
Show newest version
package io.odysz.jclient;

import io.odysz.semantics.SessionInf;

public class InsecureClient extends SessionClient {

	public InsecureClient() {
		super(robotSsInf());
	}

	protected static SessionInf robotSsInf() {
		return new SessionInf("uid", "robot"); // mac?
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy