public class IdentityServicesHandler
extends javax.servlet.http.HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
IdentityServicesHandler.SecurityMethod
Defined by the interface 'com.sun.identity.idsvcs.Security'.
|
static class |
IdentityServicesHandler.SecurityParameter
Enum to get the request parameters and test w/ the SecurityMethods.
|
Constructor and Description |
---|
IdentityServicesHandler() |
Modifier and Type | Method and Description |
---|---|
void |
init()
Loads the init parameters for use in the HTTP methods.
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Determines unmarshalls the request and executes the proper method based
on the request parameters.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
GenericServlet.init()
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
HttpServlet.service(HttpServletRequest request,
HttpServletResponse response)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.