Package io.datarouter.secretweb.service
Class DatarouterPropertiesAndServiceSecretNamespacer
java.lang.Object
io.datarouter.secretweb.service.DatarouterPropertiesAndServiceSecretNamespacer
- All Implemented Interfaces:
io.datarouter.secret.service.SecretNamespacer
@Singleton
public class DatarouterPropertiesAndServiceSecretNamespacer
extends java.lang.Object
implements io.datarouter.secret.service.SecretNamespacer
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DatarouterPropertiesAndServiceSecretNamespacer() -
Method Summary
Modifier and Type Method Description java.lang.StringgetAppNamespace()java.lang.StringgetSharedNamespace()booleanisDevelopment()
-
Constructor Details
-
DatarouterPropertiesAndServiceSecretNamespacer
public DatarouterPropertiesAndServiceSecretNamespacer()
-
-
Method Details
-
getAppNamespace
public java.lang.String getAppNamespace()- Specified by:
getAppNamespacein interfaceio.datarouter.secret.service.SecretNamespacer
-
getSharedNamespace
public java.lang.String getSharedNamespace()- Specified by:
getSharedNamespacein interfaceio.datarouter.secret.service.SecretNamespacer
-
isDevelopment
public boolean isDevelopment()- Specified by:
isDevelopmentin interfaceio.datarouter.secret.service.SecretNamespacer
-