Package com.atlassian.crowd.annotation
Class InsufficientAccessHandler
java.lang.Object
com.atlassian.crowd.annotation.InsufficientAccessHandler
Handles insufficient access when accessing HTTP resource.
- Since:
- 6.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
InsufficientAccessHandler
public InsufficientAccessHandler()
-
-
Method Details
-
handle
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletException
IOException
-