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

    Nested classes/interfaces inherited from interface io.datarouter.secret.service.SecretNamespacer

    io.datarouter.secret.service.SecretNamespacer.DevelopmentNamespacer
  • Field Summary

    Fields inherited from interface io.datarouter.secret.service.SecretNamespacer

    SHARED
  • Constructor Summary

    Constructors 
    Constructor Description
    DatarouterPropertiesAndServiceSecretNamespacer()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAppNamespace()  
    java.lang.String getSharedNamespace()  
    boolean isDevelopment()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.secret.service.SecretNamespacer

    appNamespaced, sharedNamespaced
  • Constructor Details

  • Method Details

    • getAppNamespace

      public java.lang.String getAppNamespace()
      Specified by:
      getAppNamespace in interface io.datarouter.secret.service.SecretNamespacer
    • getSharedNamespace

      public java.lang.String getSharedNamespace()
      Specified by:
      getSharedNamespace in interface io.datarouter.secret.service.SecretNamespacer
    • isDevelopment

      public boolean isDevelopment()
      Specified by:
      isDevelopment in interface io.datarouter.secret.service.SecretNamespacer