public class FSRegistrationReturnServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
FSRegistrationReturnServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP GET request.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP POST request.
|
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet.
|
protected void |
setRegistrationURL(com.sun.identity.federation.jaxb.entityconfig.BaseConfigType hostedConfig,
String metaAlias)
Invoked to set some commonly used registration URLs based on hosted
provider.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- the ServletConfig
object that contains
configutation information for this servlet.javax.servlet.ServletException
- if an exception occurs that interrupts
the servlet's normal operation.public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
object that contains the
request the client has made of the servlet.response
- HttpServletResponse
object that contains
the response the servlet sends to the client.javax.servlet.ServletException
- if an input or output error is detected when
the servlet handles the GET requestIOException
- if the request for the GET could not be handledpublic void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
request
- HttpServletRequest
object that contains the
request the client has made of the servlet.response
- HttpServletResponse
object that contains
the response the servlet sends to the client.javax.servlet.ServletException
- if an input or output error is detected when
the servlet handles the POST requestIOException
- if the request for the POST could not be handledprotected void setRegistrationURL(com.sun.identity.federation.jaxb.entityconfig.BaseConfigType hostedConfig, String metaAlias)
hostedConfig
- hosted provider's extended metametaAlias
- hosted provider's meta aliasCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.