public class InternalWebSudoManagerImpl extends Object implements InternalWebSudoManager
| Constructor and Description |
|---|
InternalWebSudoManagerImpl(ApplicationProperties applicationProperties,
WebsudoAuditHandler websudoAuditHandler) |
| 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.
|
public static final String WEBSUDO
public InternalWebSudoManagerImpl(ApplicationProperties applicationProperties, WebsudoAuditHandler websudoAuditHandler)
public boolean isEnabled()
isEnabled in interface InternalWebSudoManagerpublic boolean matches(Class<? extends webwork.action.Action> actionClass)
InternalWebSudoManagermatches in interface InternalWebSudoManageractionClass - - the current action classpublic boolean hasValidSession(@Nullable javax.servlet.http.HttpSession session)
InternalWebSudoManagerhasValidSession in interface InternalWebSudoManagersession - the current HttpSession. Can be nullHttpSession is a WebSudo session.public boolean isWebSudoRequest(@Nullable javax.servlet.http.HttpServletRequest request)
InternalWebSudoManagerrequest is a WebSudo request.isWebSudoRequest in interface InternalWebSudoManagerrequest - the current HttpServletRequestpublic void startSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
InternalWebSudoManagerHttpSession if necessary.startSession in interface InternalWebSudoManagerrequest - the current HttpServletRequestresponse - the current HttpServletResponsepublic void markWebSudoRequest(@Nullable javax.servlet.http.HttpServletRequest request)
InternalWebSudoManagerrequest as a request for a WebSudo resource.markWebSudoRequest in interface InternalWebSudoManagerrequest - the current HttpServletRequestpublic void invalidateSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
InternalWebSudoManagerHttpSession.invalidateSession in interface InternalWebSudoManagerrequest - the current HttpServletRequestresponse - the current HttpServletResponseCopyright © 2002-2022 Atlassian. All Rights Reserved.