Package org.xipki.cmp.client.shell
Class Actions.AuthClientAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.cmp.client.shell.Actions.ClientAction
-
- org.xipki.cmp.client.shell.Actions.AuthClientAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
EnrollCertActions.CmpCsrEnroll,EnrollCertActions.EnrollAction,UnRevokeCertActions.UnRevokeCertAction,UpdateCertActions.UpdateAction
- Enclosing class:
- Actions
public abstract static class Actions.AuthClientAction extends Actions.ClientAction
-
-
Field Summary
Fields Modifier and Type Field Description protected org.xipki.security.SecurityFactorysecurityFactory-
Fields inherited from class org.xipki.cmp.client.shell.Actions.ClientAction
caName, client
-
-
Constructor Summary
Constructors Constructor Description AuthClientAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xipki.cmp.client.RequestorgetRequestor()-
Methods inherited from class org.xipki.cmp.client.shell.Actions.ClientAction
getHashAlgo, getReqRespDebug, saveRequestResponse
-
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
-
getRequestor
protected org.xipki.cmp.client.Requestor getRequestor() throws org.xipki.shell.IllegalCmdParamException, org.xipki.util.exception.ObjectCreationException, java.io.IOException, org.xipki.password.PasswordResolverException- Throws:
org.xipki.shell.IllegalCmdParamExceptionorg.xipki.util.exception.ObjectCreationExceptionjava.io.IOExceptionorg.xipki.password.PasswordResolverException
-
-