Package io.smallrye.config
Interface SecretKeysHandlerFactory
-
@Experimental("") public interface SecretKeysHandlerFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretKeysHandlerFactory.LazySecretKeysHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()SecretKeysHandlergetSecretKeysHandler(ConfigSourceContext context)
-
-
-
Method Detail
-
getSecretKeysHandler
SecretKeysHandler getSecretKeysHandler(ConfigSourceContext context)
-
getName
String getName()
-
-