Class NoAuthentication
- java.lang.Object
-
- in.ashwanthkumar.gocd.client.auth.NoAuthentication
-
- All Implemented Interfaces:
Authentication
public class NoAuthentication extends Object implements Authentication
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.client.http.HttpRequestFactoryaddAuthentication(com.google.api.client.http.javanet.NetHttpTransport transport)static NoAuthenticationget()
-
-
-
Method Detail
-
addAuthentication
public com.google.api.client.http.HttpRequestFactory addAuthentication(com.google.api.client.http.javanet.NetHttpTransport transport)
- Specified by:
addAuthenticationin interfaceAuthentication
-
get
public static NoAuthentication get()
-
-