@WebServlet(name="OAuth Redirection Endpoint Servlet",
urlPatterns="/authorized/*")
public class OAuthRedirectionServlet
extends javax.servlet.http.HttpServlet
OAuthRedirection by CDI
events.
The default URL pattern is /authorized/* unless it is
explicitly specified in the web application deployment descriptor.| Constructor and Description |
|---|
OAuthRedirectionServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2015 Nishimura Software Studio. All rights reserved.