Class InjectedDefaultMemorySecretClientSupplier
java.lang.Object
io.datarouter.secret.client.memory.InjectedDefaultMemorySecretClientSupplier
- All Implemented Interfaces:
SecretClient.SecretClientSupplier,java.util.function.Supplier<SecretClient>
@Singleton public class InjectedDefaultMemorySecretClientSupplier extends java.lang.Object implements SecretClient.SecretClientSupplier
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInjectedDefaultMemorySecretClientSupplier.DefaultMemorySecrets -
Constructor Summary
Constructors Constructor Description InjectedDefaultMemorySecretClientSupplier() -
Method Summary
Modifier and Type Method Description SecretClientget()
-
Constructor Details
-
InjectedDefaultMemorySecretClientSupplier
public InjectedDefaultMemorySecretClientSupplier()
-
-
Method Details
-
get
- Specified by:
getin interfacejava.util.function.Supplier<SecretClient>
-