| java.lang.Object org.apache.geronimo.console.MultiPageAbstractHandler org.apache.geronimo.console.ca.BaseCAHandler
All known Subclasses: org.apache.geronimo.console.ca.ListRequestsVerifyHandler, org.apache.geronimo.console.ca.ViewCertificateHandler, org.apache.geronimo.console.ca.UnlockCAHandler, org.apache.geronimo.console.ca.CertReqDetailsHandler, org.apache.geronimo.console.ca.ListRequestsIssueHandler, org.apache.geronimo.console.ca.ConfirmCAHandler, org.apache.geronimo.console.ca.ProcessCSRHandler, org.apache.geronimo.console.ca.ConfirmClientCertHandler, org.apache.geronimo.console.ca.CADetailsHandler, org.apache.geronimo.console.ca.IntroHandler, org.apache.geronimo.console.ca.ConfirmCertReqHandler, org.apache.geronimo.console.ca.SetupCAHandler,
BaseCAHandler | abstract public class BaseCAHandler extends MultiPageAbstractHandler (Code) | | The base class for all handlers for CA portlet
version: $Rev: 615625 $ $Date: 2008-01-27 10:12:55 -0800 (Sun, 27 Jan 2008) $ |
Inner Class :final public static class CAModel implements MultiPageModel | |
Method Summary | |
protected KeystoreInstance | createCAKeystoreInstance(PortletRequest request, String password, String type) This methods creates CA's keystore using KeystoreManager. | protected CertificateRequestStore | getCertificateRequestStore(PortletRequest request) This method returns CertificateRequestStore GBean. | protected CertificateStore | getCertificateStore(PortletRequest request) This method returns CertificateStore GBean. | protected CertificationAuthority | getCertificationAuthority(PortletRequest request) This method returns CertificationAuthority GBbean. |
CADETAILS_MODE | final protected static String CADETAILS_MODE(Code) | | |
CERT_REQ_DETAILS_MODE | final protected static String CERT_REQ_DETAILS_MODE(Code) | | |
CONFIRM_CA_MODE | final protected static String CONFIRM_CA_MODE(Code) | | |
CONFIRM_CERT_REQ_MODE | final protected static String CONFIRM_CERT_REQ_MODE(Code) | | |
CONFIRM_CLIENT_CERT_MODE | final protected static String CONFIRM_CLIENT_CERT_MODE(Code) | | |
LIST_REQUESTS_ISSUE_MODE | final protected static String LIST_REQUESTS_ISSUE_MODE(Code) | | |
LIST_REQUESTS_VERIFY_MODE | final protected static String LIST_REQUESTS_VERIFY_MODE(Code) | | |
PROCESS_CSR_MODE | final protected static String PROCESS_CSR_MODE(Code) | | |
SETUPCA_MODE | final protected static String SETUPCA_MODE(Code) | | |
UNLOCKCA_MODE | final protected static String UNLOCKCA_MODE(Code) | | |
VIEW_CERT_MODE | final protected static String VIEW_CERT_MODE(Code) | | |
defaultCAKeystore | final protected static String defaultCAKeystore(Code) | | |
defaultCAStoreDir | final protected static String defaultCAStoreDir(Code) | | |
defaultCSRStoreDir | final protected static String defaultCSRStoreDir(Code) | | |
defaultKeyAlgorithm | final protected static String defaultKeyAlgorithm(Code) | | |
createCAKeystoreInstance | protected KeystoreInstance createCAKeystoreInstance(PortletRequest request, String password, String type) throws KeystoreException(Code) | | This methods creates CA's keystore using KeystoreManager.
Parameters: request - PortletRequest to get KeystoreManager Parameters: password - Password for newly created Keystore throws: KeystoreException - |
getCertificateRequestStore | protected CertificateRequestStore getCertificateRequestStore(PortletRequest request)(Code) | | This method returns CertificateRequestStore GBean.
Parameters: request - PortletRequest to execute retrieve GBean null if a CertificateRequestStore GBean is not running. |
getCertificateStore | protected CertificateStore getCertificateStore(PortletRequest request)(Code) | | This method returns CertificateStore GBean.
Parameters: request - PortletRequest to execute retrieve GBean null if a CertificateStore GBean is not running. |
getCertificationAuthority | protected CertificationAuthority getCertificationAuthority(PortletRequest request)(Code) | | This method returns CertificationAuthority GBbean.
Parameters: request - PortletRequest to execute retrieve GBean null if a CA GBean is not running. |
Methods inherited from org.apache.geronimo.console.MultiPageAbstractHandler | abstract public String actionAfterView(ActionRequest request, ActionResponse response, MultiPageModel model) throws PortletException, IOException(Code)(Java Doc) abstract public String actionBeforeView(ActionRequest request, ActionResponse response, MultiPageModel model) throws PortletException, IOException(Code)(Java Doc) public void destroy()(Code)(Java Doc) public String getMode()(Code)(Java Doc) public Properties getUploadFields()(Code)(Java Doc) public Map<String, FileItem> getUploadFiles()(Code)(Java Doc) public PortletRequestDispatcher getView()(Code)(Java Doc) public void init(PortletConfig portletConfig) throws PortletException(Code)(Java Doc) protected static boolean isEmpty(String s)(Code)(Java Doc) abstract public void renderView(RenderRequest request, RenderResponse response, MultiPageModel model) throws PortletException, IOException(Code)(Java Doc)
|
|
|