|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.blojsom.event.BlojsomEvent
org.blojsom.plugin.admin.event.AuthorizationEvent
AuthorizationEvent
| Field Summary |
| Fields inherited from class org.blojsom.event.BlojsomEvent |
_eventHandled, _source, _timestamp |
| Constructor Summary | |
AuthorizationEvent(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 authorization for a given blog |
|
| Method Summary | |
BlogUser |
getBlogUser()
Retrieve the BlogUser |
java.lang.String |
getBlogUserID()
Retrieve the authorized user ID |
java.util.Map |
getContext()
Retrieve the context |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Retrieve the request |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse()
Retrieve the response |
| 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 AuthorizationEvent(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 - BlogUsercontext - Context for the given operationblogUserID - Authorized user ID for the authorization event| Method Detail |
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
public BlogUser getBlogUser()
BlogUser
BlogUserpublic java.util.Map getContext()
public java.lang.String getBlogUserID()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||