Uses of Interface
com.circleci.client.v2.auth.Authentication
-
Packages that use Authentication Package Description com.circleci.client.v2 com.circleci.client.v2.auth -
-
Uses of Authentication in com.circleci.client.v2
Fields in com.circleci.client.v2 with type parameters of type Authentication Modifier and Type Field Description protected Map<String,Authentication>ApiClient. authenticationsMethods in com.circleci.client.v2 that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in com.circleci.client.v2 that return types with arguments of type Authentication Modifier and Type Method Description Map<String,Authentication>ApiClient. getAuthentications()Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in com.circleci.client.v2.auth
Classes in com.circleci.client.v2.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassHttpBearerAuth
-