Class UsernameAndPasswordAuthentication
- java.lang.Object
-
- in.ashwanthkumar.gocd.client.auth.UsernameAndPasswordAuthentication
-
- All Implemented Interfaces:
Authentication
public class UsernameAndPasswordAuthentication extends Object implements Authentication
-
-
Constructor Summary
Constructors Constructor Description UsernameAndPasswordAuthentication(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.client.http.HttpRequestFactoryaddAuthentication(com.google.api.client.http.javanet.NetHttpTransport transport)
-
-
-
Method Detail
-
addAuthentication
public com.google.api.client.http.HttpRequestFactory addAuthentication(com.google.api.client.http.javanet.NetHttpTransport transport)
- Specified by:
addAuthenticationin interfaceAuthentication
-
-