Package org.xipki.ca.mgmt.shell
Class DbActions.DbPortAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ca.mgmt.shell.DbActions.DbAction
-
- org.xipki.ca.mgmt.shell.DbActions.DbPortAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
DbActions.ExportCa,DbActions.ExportOcsp,DbActions.ImportCa,DbActions.ImportOcsp,DbActions.ImportOcspfromca
- Enclosing class:
- DbActions
public abstract static class DbActions.DbPortAction extends DbActions.DbAction
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.mgmt.shell.DbActions.DbAction
datasourceFactory
-
-
Constructor Summary
Constructors Constructor Description DbPortAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected char[]readPassword()-
Methods inherited from class org.xipki.ca.mgmt.shell.DbActions.DbAction
execute0, getDbWorker
-
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
-
-