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