Package org.xipki.ca.mgmt.shell
Class DbActions.ImportCa
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ca.mgmt.shell.DbActions.DbAction
-
- org.xipki.ca.mgmt.shell.DbActions.DbPortAction
-
- org.xipki.ca.mgmt.shell.DbActions.ImportCa
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Enclosing class:
- DbActions
public static class DbActions.ImportCa extends DbActions.DbPortAction
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.mgmt.shell.DbActions.DbAction
datasourceFactory
-
-
Constructor Summary
Constructors Constructor Description ImportCa()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xipki.ca.mgmt.db.port.DbPortWorkergetDbWorker()-
Methods inherited from class org.xipki.ca.mgmt.shell.DbActions.DbPortAction
readPassword
-
Methods inherited from class org.xipki.ca.mgmt.shell.DbActions.DbAction
execute0
-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-
-
-
Method Detail
-
getDbWorker
protected org.xipki.ca.mgmt.db.port.DbPortWorker getDbWorker() throws java.lang.Exception- Specified by:
getDbWorkerin classDbActions.DbAction- Throws:
java.lang.Exception
-
-