public class CrowdNotifyServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
CrowdNotifyServlet(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager,
UserChecker userChecker) |
CrowdNotifyServlet(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager,
UserChecker userChecker,
ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Ensures a Crowd sync will run in the near future.
|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public CrowdNotifyServlet(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager, UserChecker userChecker)
public CrowdNotifyServlet(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager, UserChecker userChecker, ExecutorService executor)
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
Internally, there are 3 valid paths which will result in an HTTP OK response:
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2003–2016 Atlassian. All rights reserved.