Package io.datarouter.auth.service
Class DefaultDatarouterAccountKeysSupplier.NoOpDefaultDatarouterAccountKeysSupplier
java.lang.Object
io.datarouter.auth.service.DefaultDatarouterAccountKeysSupplier.NoOpDefaultDatarouterAccountKeysSupplier
- All Implemented Interfaces:
DefaultDatarouterAccountKeysSupplier
- Enclosing interface:
- DefaultDatarouterAccountKeysSupplier
public static class DefaultDatarouterAccountKeysSupplier.NoOpDefaultDatarouterAccountKeysSupplier extends java.lang.Object implements DefaultDatarouterAccountKeysSupplier
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.auth.service.DefaultDatarouterAccountKeysSupplier
DefaultDatarouterAccountKeysSupplier.NoOpDefaultDatarouterAccountKeysSupplier -
Constructor Summary
Constructors Constructor Description NoOpDefaultDatarouterAccountKeysSupplier() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDefaultApiKey()java.lang.StringgetDefaultSecretKey()
-
Constructor Details
-
NoOpDefaultDatarouterAccountKeysSupplier
public NoOpDefaultDatarouterAccountKeysSupplier()
-
-
Method Details
-
getDefaultApiKey
public java.lang.String getDefaultApiKey()- Specified by:
getDefaultApiKeyin interfaceDefaultDatarouterAccountKeysSupplier
-
getDefaultSecretKey
public java.lang.String getDefaultSecretKey()- Specified by:
getDefaultSecretKeyin interfaceDefaultDatarouterAccountKeysSupplier
-