Uses of Enum
org.sonatype.central.publisher.client.httpclient.auth.AuthProviderType
Packages that use AuthProviderType
Package
Description
-
Uses of AuthProviderType in org.sonatype.central.publisher.client
Methods in org.sonatype.central.publisher.client with parameters of type AuthProviderTypeModifier 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 AuthProviderType in org.sonatype.central.publisher.client.httpclient.auth
Methods in org.sonatype.central.publisher.client.httpclient.auth that return AuthProviderTypeModifier and TypeMethodDescriptionstatic AuthProviderTypeReturns the enum constant of this type with the specified name.static AuthProviderType[]AuthProviderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonatype.central.publisher.client.httpclient.auth with parameters of type AuthProviderType