Uses of Interface
land.oras.auth.AuthProvider
Packages that use AuthProvider
-
Uses of AuthProvider in land.oras
Methods in land.oras with parameters of type AuthProviderModifier and TypeMethodDescriptionRegistry.Builder.withAuthProvider
(AuthProvider authProvider) Set the auth provider -
Uses of AuthProvider in land.oras.auth
Classes in land.oras.auth that implement AuthProviderModifier and TypeClassDescriptionclass
A provider for username and password authenticationfinal class
AuthStoreAuthenticationProvider is an implementation of theAuthProvider
interface.final class
A provider for bearer token authenticationfinal class
A provider without any authenticationfinal class
A provider for username and password authenticationConstructors in land.oras.auth with parameters of type AuthProviderModifierConstructorDescriptionBearerTokenProvider
(AuthProvider provider) Create a new bearer token provider -
Uses of AuthProvider in land.oras.utils
Methods in land.oras.utils with parameters of type AuthProviderModifier and TypeMethodDescriptionvoid
OrasHttpClient.updateAuthentication
(AuthProvider authProvider) Update the authentication method for this client Typically used to change from basic to bearer token authentication or no auth to basic authOrasHttpClient.Builder.withAuthentication
(@Nullable AuthProvider authProvider) Set the authentication