Package org.xipki.ca.mgmt.shell
Class CaActions.CaAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ca.mgmt.shell.CaActions.CaAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
CaActions.CaAddOrGenAction,CaActions.CaaliasAdd,CaActions.CaaliasInfo,CaActions.CaaliasRm,CaActions.CaCert,CaActions.CaCerts,CaActions.CaInfo,CaActions.CaRevoke,CaActions.CaRm,CaActions.CaUnrevoke,CaActions.CaUp,CertActions.CrlAction,CertActions.EnrollCert,CertActions.GetCert,CertActions.ListCert,CertActions.UnsuspendRmCertAction,DbSchemaActions.AddDbSchema,DbSchemaActions.ChangeDbSchema,DbSchemaActions.ListDbSchemas,DbSchemaActions.RemoveDbSchema,KeypairGenActions.KeypairGenAdd,KeypairGenActions.KeypairGenInfo,KeypairGenActions.KeypairGenRm,KeypairGenActions.KeypairGenUp,MiscActions.CaTokenInfoP11,MiscActions.ExportConf,MiscActions.LoadConf,MiscActions.NotifyChange,MiscActions.Republish,MiscActions.Restart,MiscActions.RestartCa,MiscActions.SystemStatus,MiscActions.Unlock,ProfileActions.CaprofileAdd,ProfileActions.CaprofileInfo,ProfileActions.CaprofileRm,ProfileActions.ProfileAdd,ProfileActions.ProfileExport,ProfileActions.ProfileInfo,ProfileActions.ProfileRm,ProfileActions.ProfileUp,PublisherActions.CapubAdd,PublisherActions.CapubInfo,PublisherActions.CapubRm,PublisherActions.PublisherAdd,PublisherActions.PublisherExport,PublisherActions.PublisherInfo,PublisherActions.PublisherRm,PublisherActions.PublisherUp,RequestorActions.CareqAdd,RequestorActions.CareqInfo,RequestorActions.CareqRm,RequestorActions.RequestorAdd,RequestorActions.RequestorInfo,RequestorActions.RequestorRm,RequestorActions.RequestorUp,SignerActions.SignerAdd,SignerActions.SignerInfo,SignerActions.SignerRm,SignerActions.SignerUp
- Enclosing class:
- CaActions
public abstract static class CaActions.CaAction extends org.xipki.shell.XiAction
-
-
Field Summary
Fields Modifier and Type Field Description protected org.xipki.ca.api.mgmt.CaManagercaManagerprotected org.xipki.security.SecurityFactorysecurityFactory
-
Constructor Summary
Constructors Constructor Description CaAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static InstantparseDate(String dateStr)protected voidprintCaNames(StringBuilder sb, Set<String> caNames, String prefix)protected static StringtoString(Collection<?> col)-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, execute0, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-
-
-
Method Detail
-
toString
protected static String toString(Collection<?> col)
-
printCaNames
protected void printCaNames(StringBuilder sb, Set<String> caNames, String prefix) throws org.xipki.ca.api.mgmt.CaMgmtException
- Throws:
org.xipki.ca.api.mgmt.CaMgmtException
-
-