public interface InternalWebSudoManager
#matches(Class.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasValidSession(javax.servlet.http.HttpSession session)
Check if this is a valid WebSudo session.
|
void |
invalidateSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invalidate the current WebSudo session.
|
boolean |
isEnabled() |
boolean |
isWebSudoRequest(javax.servlet.http.HttpServletRequest request)
Checks if the
request is a WebSudo request. |
void |
markWebSudoRequest(javax.servlet.http.HttpServletRequest request)
Marks the
request as a request for a WebSudo resource. |
boolean |
matches(Class<? extends webwork.action.Action> actionClass)
Check if the action method should be WebSudo protected for the given requestURI.
|
void |
startSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Start a new WebSudo session.
|
boolean isEnabled()
boolean matches(Class<? extends webwork.action.Action> actionClass)
actionClass - - the current action classboolean hasValidSession(@Nullable javax.servlet.http.HttpSession session)
session - the current HttpSession. Can be nullHttpSession is a WebSudo session.boolean isWebSudoRequest(@Nullable javax.servlet.http.HttpServletRequest request)
request is a WebSudo request.request - the current HttpServletRequestvoid startSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HttpSession if necessary.request - the current HttpServletRequestresponse - the current HttpServletResponsevoid markWebSudoRequest(@Nullable javax.servlet.http.HttpServletRequest request)
request as a request for a WebSudo resource.request - the current HttpServletRequestvoid invalidateSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HttpSession.request - the current HttpServletRequestresponse - the current HttpServletResponseCopyright © 2002-2022 Atlassian. All Rights Reserved.