Class SecretEngineRegistry
- java.lang.Object
-
- com.netflix.spinnaker.kork.secrets.SecretEngineRegistry
-
@Component public class SecretEngineRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecretEngineRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretEnginegetEngine(java.lang.String key)voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getEngine
public SecretEngine getEngine(java.lang.String key)
-
-