Class AzureKeyVaultManagerDevConsole
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.support.console.AbstractDevConsole
-
- org.apache.camel.component.azure.key.vault.AzureKeyVaultManagerDevConsole
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,org.apache.camel.console.DevConsole,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
@DevConsole("azure-secrets") public class AzureKeyVaultManagerDevConsole extends org.apache.camel.support.console.AbstractDevConsole
-
-
Constructor Summary
Constructors Constructor Description AzureKeyVaultManagerDevConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.util.json.JsonObjectdoCallJson(Map<String,Object> options)protected StringdoCallText(Map<String,Object> options)protected voiddoStart()-
Methods inherited from class org.apache.camel.support.console.AbstractDevConsole
call, equals, getCamelContext, getDescription, getDisplayName, getGroup, getId, hashCode, setCamelContext, supportMediaType
-
Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
doStart
protected void doStart() throws Exception- Overrides:
doStartin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
doCallText
protected String doCallText(Map<String,Object> options)
- Specified by:
doCallTextin classorg.apache.camel.support.console.AbstractDevConsole
-
-