Package | Description |
---|---|
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
com.iplanet.services.comm.server | |
com.iplanet.services.comm.share | |
com.iplanet.services.naming.service | |
com.sun.identity.authentication.server |
This package contains the classes that represent server side
functionality such as the implementation of request for
authenticating, user credential callbacks.
|
com.sun.identity.log.service | |
com.sun.identity.policy.remote |
Classes to handle policies remotely.
|
Modifier and Type | Method and Description |
---|---|
ResponseSet |
SessionRequestHandler.process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
ResponseSet |
RequestHandler.process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext)
This interface must be implemented by high level services and
applications in order to receive requests from the Platform Low Level
API.
|
Modifier and Type | Method and Description |
---|---|
static ResponseSet |
ResponseSet.parseXML(String xml)
This method is used primarily at the client side to reconstruct a
ResponseSet object based on the XML document received from server.
|
Modifier and Type | Method and Description |
---|---|
ResponseSet |
NamingService.process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
ResponseSet |
AuthXMLHandler.process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext)
process the request and return the response
|
Modifier and Type | Method and Description |
---|---|
ResponseSet |
LogService.process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext)
The method which accepts the request set, parses the xml request and
executes the appropriate log operation.
|
Modifier and Type | Method and Description |
---|---|
ResponseSet |
PolicyRequestHandler.process(PLLAuditor auditor,
List<Request> requests,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext)
Process the requests aÎnd return the responses.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.