![JAR search and dependency download from the Maven repository](/logo.png)
org.qas.api.auth.NoNeedSigner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtest-sdk-java Show documentation
Show all versions of qtest-sdk-java Show documentation
A java SDK client wrap qTest REST API
The newest version!
package org.qas.api.auth;
import org.qas.api.AuthClientException;
import org.qas.api.Credentials;
import org.qas.api.Request;
/**
* NoNeedSigner
*
* @author Dzung Nguyen
* @version $Id NoNeedSigner 2014-07-09 11:05:30z dungvnguyen $
* @since 1.0
*/
public final class NoNeedSigner implements Signer {
//~ class members ===========================================================
@Override
public void sign(Request request, Credentials credentials) throws AuthClientException {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy