Uses of Interface
in.ashwanthkumar.gocd.client.auth.Authentication
-
Packages that use Authentication Package Description in.ashwanthkumar.gocd.client in.ashwanthkumar.gocd.client.auth in.ashwanthkumar.gocd.client.http -
-
Uses of Authentication in in.ashwanthkumar.gocd.client
Constructors in in.ashwanthkumar.gocd.client with parameters of type Authentication Constructor Description GoCD(String server, Authentication authenticationMechanism) -
Uses of Authentication in in.ashwanthkumar.gocd.client.auth
Classes in in.ashwanthkumar.gocd.client.auth that implement Authentication Modifier and Type Class Description classNoAuthenticationclassPersonalAccessTokenAuthenticationclassUsernameAndPasswordAuthentication -
Uses of Authentication in in.ashwanthkumar.gocd.client.http
Constructors in in.ashwanthkumar.gocd.client.http with parameters of type Authentication Constructor Description HttpClient(Authentication authentication, String serverHost)HttpClient(Authentication authentication, Proxy proxy, int socketTimeout, int readTimeout, String serverHost)
-