Package land.oras.auth
Class NoAuthProvider
java.lang.Object
land.oras.auth.NoAuthProvider
- All Implemented Interfaces:
AuthProvider
A provider without any authentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuthHeader
(ContainerRef registry) Get the authentication header for this provider
-
Constructor Details
-
NoAuthProvider
public NoAuthProvider()Constructor
-
-
Method Details
-
getAuthHeader
Description copied from interface:AuthProvider
Get the authentication header for this provider- Specified by:
getAuthHeader
in interfaceAuthProvider
- Parameters:
registry
- The registry- Returns:
- The authentication header or null if not applicable
-