com.ibm.workflow.portlet.client
Class AdminLogonHandler

java.lang.Object
  |
  +--com.ibm.workflow.portlet.client.GenericCommandHandler
        |
        +--com.ibm.workflow.portlet.client.AdminLogonHandler
All Implemented Interfaces:
CommandHandler

public class AdminLogonHandler
extends GenericCommandHandler


Constructor Summary
AdminLogonHandler()
           
 
Method Summary
 byte[] getCredentials(javax.servlet.http.HttpServletRequest request)
          This method returns null so the normal logon processing takes place.
 java.lang.String getHandlerInfo()
          Returns a String that contains information about the handler such as its author, version, and copyright information.
 
Methods inherited from class com.ibm.workflow.portlet.client.GenericCommandHandler
destroy, execute, getConfig, getContext, getSessionContext, getTriggerTagFor, init, onLogoff, onLogon
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminLogonHandler

public AdminLogonHandler()
Method Detail

getHandlerInfo

public java.lang.String getHandlerInfo()
Description copied from class: GenericCommandHandler
Returns a String that contains information about the handler such as its author, version, and copyright information. You must override this method before it returns this information. If you do not override this method, it returns the class name.
Overrides:
getHandlerInfo in class GenericCommandHandler
Following copied from class: com.ibm.workflow.portlet.client.GenericCommandHandler
Returns:
The class name until you override this method

getCredentials

public byte[] getCredentials(javax.servlet.http.HttpServletRequest request)
                      throws ClientException
Description copied from class: GenericCommandHandler
This method returns null so the normal logon processing takes place.
Overrides:
getCredentials in class GenericCommandHandler
Following copied from class: com.ibm.workflow.portlet.client.GenericCommandHandler
Parameters:
request - The logon request sent by the client
Returns:
null
Throws:
com.ibm.workflow.servlet.client.ClientException - If an error occurred.


© Copyright IBM Corporation 2002, 2007. All Rights Reserved.