Package io.datarouter.secretweb.service
Class ServerTypeDetectorSecretStageDetector
java.lang.Object
io.datarouter.secretweb.service.ServerTypeDetectorSecretStageDetector
- All Implemented Interfaces:
io.datarouter.secret.service.SecretStageDetector
@Singleton
public class ServerTypeDetectorSecretStageDetector
extends java.lang.Object
implements io.datarouter.secret.service.SecretStageDetector
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ServerTypeDetectorSecretStageDetector() -
Method Summary
Modifier and Type Method Description booleanmightBeDevelopment()booleanmightBeProduction()
-
Constructor Details
-
ServerTypeDetectorSecretStageDetector
public ServerTypeDetectorSecretStageDetector()
-
-
Method Details
-
mightBeDevelopment
public boolean mightBeDevelopment()- Specified by:
mightBeDevelopmentin interfaceio.datarouter.secret.service.SecretStageDetector
-
mightBeProduction
public boolean mightBeProduction()- Specified by:
mightBeProductionin interfaceio.datarouter.secret.service.SecretStageDetector
-