Uses of Interface
org.sonatype.central.publisher.client.httpclient.auth.AuthProvider
Packages that use AuthProvider
Package
Description
-
Uses of AuthProvider in org.sonatype.central.publisher.client
Methods in org.sonatype.central.publisher.client that return AuthProviderModifier and TypeMethodDescriptiondefault AuthProviderPublisherClient.setAuthProvider(AuthProviderType authProviderType, String organizationId, String principal, String credential) For auth providers whose principal is a userIdPublisherClient.setAuthProvider(AuthProviderType authProviderType, String organizationId, String userId, String principal, String credential) For auth providers whose principal is not a userId -
Uses of AuthProvider in org.sonatype.central.publisher.client.httpclient
Methods in org.sonatype.central.publisher.client.httpclient with parameters of type AuthProviderModifier and TypeMethodDescriptionbooleanComponentPublishedEndpoint.call(String baseUrl, AuthProvider authProvider, Map<String, String> params) UploadPublisherEndpoint.call(String baseUrl, AuthProvider authProvider, Map<String, String> params, Path body) static StringPublisherHttpClient.sendRequest(AuthProvider authProvider, String endpointUrl, Map<String, String> params, Path body, RequestType requestType) -
Uses of AuthProvider in org.sonatype.central.publisher.client.httpclient.auth
Classes in org.sonatype.central.publisher.client.httpclient.auth that implement AuthProviderModifier and TypeClassDescriptionclassclassAn AuthProvider that will add the Authorization header to the request, using the UserToken AuthScheme as needed by Central's UserToken authentication implementationMethods in org.sonatype.central.publisher.client.httpclient.auth that return AuthProvider