nl.pbemengine.engine.ng.base.webserver.actions
Class AuthenticateUser

java.lang.Object
  extended by nl.pbemengine.engine.ng.base.webserver.Action
      extended by nl.pbemengine.engine.ng.base.webserver.PrivilegedAction
          extended by nl.pbemengine.engine.ng.base.webserver.actions.AuthenticateUser

public class AuthenticateUser
extends PrivilegedAction

Basic authentication action

Author:
Jeroen Steenbeeke

Constructor Summary
AuthenticateUser()
           
 
Method Summary
 java.lang.String processRequest()
          Processes a HTTP request with the specified context
 void setDAO(UserDAO dao)
           
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.PrivilegedAction
getPrivilegedCallback, isShutdown, setPrivilegedCallback, triggerShutdown
 
Methods inherited from class nl.pbemengine.engine.ng.base.webserver.Action
getCallback, getContext, getNewCookies, getReturnData, setCallback, setContext, setNewCookie, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticateUser

public AuthenticateUser()
Method Detail

setDAO

public void setDAO(UserDAO dao)

processRequest

public java.lang.String processRequest()
Description copied from class: Action
Processes a HTTP request with the specified context

Specified by:
processRequest in class Action
Returns:
A String code indicating the type of result to be sent


Copyright © 2008. All Rights Reserved.