org.blojsom.plugin.admin.event
Class AddAuthorizationEvent

java.lang.Object
  extended byorg.blojsom.event.BlojsomEvent
      extended byorg.blojsom.plugin.admin.event.AuthorizationEvent
          extended byorg.blojsom.plugin.admin.event.AddAuthorizationEvent

public class AddAuthorizationEvent
extends AuthorizationEvent

AddAuthorizationEvent

Since:
blojsom 2.27
Version:
$Id: AddAuthorizationEvent.java,v 1.2 2006/01/04 16:53:00 czarneckid Exp $
Author:
David Czarnecki

Field Summary
 
Fields inherited from class org.blojsom.event.BlojsomEvent
_eventHandled, _source, _timestamp
 
Constructor Summary
AddAuthorizationEvent(java.lang.Object source, java.util.Date timestamp, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, BlogUser blogUser, java.util.Map context, java.lang.String blogUserID)
          An event related to adding an authorization for a given blog
 
Methods inherited from class org.blojsom.plugin.admin.event.AuthorizationEvent
getBlogUser, getBlogUserID, getContext, getHttpServletRequest, getHttpServletResponse
 
Methods inherited from class org.blojsom.event.BlojsomEvent
getSource, getTimestamp, isEventHandled, setEventHandled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAuthorizationEvent

public AddAuthorizationEvent(java.lang.Object source,
                             java.util.Date timestamp,
                             javax.servlet.http.HttpServletRequest httpServletRequest,
                             javax.servlet.http.HttpServletResponse httpServletResponse,
                             BlogUser blogUser,
                             java.util.Map context,
                             java.lang.String blogUserID)
An event related to adding an authorization for a given blog

Parameters:
source - Source of the event
timestamp - Event timestamp
httpServletRequest - Request
httpServletResponse - Response
blogUser - BlogUser
context - Context for the given operation
blogUserID - Authorized user ID for the authorization event (authorized ID of user being added to the blog)