Uses of Interface
com.abiquo.apiclient.auth.Authentication
-
Packages that use Authentication Package Description com.abiquo.apiclient com.abiquo.apiclient.auth com.abiquo.apiclient.interceptors -
-
Uses of Authentication in com.abiquo.apiclient
Methods in com.abiquo.apiclient with parameters of type Authentication Modifier and Type Method Description ApiClient.BuilderApiClient.Builder. authentication(Authentication authentication) -
Uses of Authentication in com.abiquo.apiclient.auth
Classes in com.abiquo.apiclient.auth that implement Authentication Modifier and Type Class Description classBasicAuthenticationHTTP Basic Authentication.classOAuthAuthenticationOAuth 1.0a authentication.classTokenAuthenticationToken based Authentication. -
Uses of Authentication in com.abiquo.apiclient.interceptors
Constructors in com.abiquo.apiclient.interceptors with parameters of type Authentication Constructor Description AuthenticationInterceptor(Authentication authentication, RestClient client)
-