Class SecretManagerKeyringModule
- java.lang.Object
-
- google.registry.keyring.secretmanager.SecretManagerKeyringModule
-
@Module public abstract class SecretManagerKeyringModule extends java.lang.Object
Dagger module forKeyring
backed by the Cloud SecretManager.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEPRECATED_NAME
static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description SecretManagerKeyringModule()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
DEPRECATED_NAME
public static final java.lang.String DEPRECATED_NAME
- See Also:
- Constant Field Values
-
-