org.apache.geronimo.console.keystores
Class UnlockKeystoreHandler
java.lang.Object
   org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.MultiPageAbstractHandler
       org.apache.geronimo.console.keystores.BaseKeystoreHandler
org.apache.geronimo.console.keystores.BaseKeystoreHandler
           org.apache.geronimo.console.keystores.UnlockKeystoreHandler
org.apache.geronimo.console.keystores.UnlockKeystoreHandler
- public class UnlockKeystoreHandler 
- extends BaseKeystoreHandler
Handler for entering a password to unlock a keystore
 
 
 
| Fields inherited from class org.apache.geronimo.console.keystores.BaseKeystoreHandler | 
| CERTIFICATE_DETAILS, CONFIGURE_KEY, CONFIRM_CERTIFICATE, CONFIRM_KEY, CREATE_KEYSTORE, DELETE_ENTRY, ERROR_MSG, GENERATE_CSR, IMPORT_CA_REPLY, INFO_MSG, KEYSTORE_DATA_PREFIX, LIST_MODE, LOCK_KEYSTORE_FOR_EDITING, LOCK_KEYSTORE_FOR_USAGE, UNLOCK_KEY, UNLOCK_KEYSTORE_FOR_EDITING, UNLOCK_KEYSTORE_FOR_USAGE, UPLOAD_CERTIFICATE, VIEW_KEYSTORE | 
 
 
 
| Method Summary | 
|  String | actionAfterView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel model)Returns the mode for the next screen to render (usually the one after this in the sequence)
 | 
|  String | actionBeforeView(javax.portlet.ActionRequest request,
                                 javax.portlet.ActionResponse response,
                                 MultiPageModel model)Returns the mode for the next screen to render (usually this one)
 | 
|  void | renderView(javax.portlet.RenderRequest request,
                     javax.portlet.RenderResponse response,
                     MultiPageModel model)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UnlockKeystoreHandler
public UnlockKeystoreHandler()
actionBeforeView
public String actionBeforeView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel model)
                        throws javax.portlet.PortletException,
                               IOException
- Description copied from class: MultiPageAbstractHandler
- Returns the mode for the next screen to render (usually this one)
 
- 
- Specified by:
- actionBeforeViewin class- MultiPageAbstractHandler
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
renderView
public void renderView(javax.portlet.RenderRequest request,
                       javax.portlet.RenderResponse response,
                       MultiPageModel model)
                throws javax.portlet.PortletException,
                       IOException
- 
- Specified by:
- renderViewin class- MultiPageAbstractHandler
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
actionAfterView
public String actionAfterView(javax.portlet.ActionRequest request,
                              javax.portlet.ActionResponse response,
                              MultiPageModel model)
                       throws javax.portlet.PortletException,
                              IOException
- Description copied from class: MultiPageAbstractHandler
- Returns the mode for the next screen to render (usually the one after this in the sequence)
 
- 
- Specified by:
- actionAfterViewin class- MultiPageAbstractHandler
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.