|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.event.BlojsomEvent org.blojsom.plugin.admin.event.AuthorizationEvent org.blojsom.plugin.admin.event.AddAuthorizationEvent
AddAuthorizationEvent
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 |
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)
source
- Source of the eventtimestamp
- Event timestamphttpServletRequest
- RequesthttpServletResponse
- ResponseblogUser
- BlogUser
context
- Context for the given operationblogUserID
- Authorized user ID for the authorization event (authorized ID of user being added to the blog)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |