Uses of Class
com.iplanet.services.comm.share.ResponseSet
-
Packages that use ResponseSet 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 datacom.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. -
-
Uses of ResponseSet in com.iplanet.dpro.session.service
Methods in com.iplanet.dpro.session.service that return ResponseSet Modifier and Type Method Description ResponseSetSessionRequestHandler. process(PLLAuditor auditor, List<Request> requests, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext) -
Uses of ResponseSet in com.iplanet.services.comm.server
Methods in com.iplanet.services.comm.server that return ResponseSet Modifier and Type Method Description ResponseSetRequestHandler. process(PLLAuditor auditor, List<Request> requests, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.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. -
Uses of ResponseSet in com.iplanet.services.comm.share
Methods in com.iplanet.services.comm.share that return ResponseSet Modifier and Type Method Description static ResponseSetResponseSet. 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. -
Uses of ResponseSet in com.iplanet.services.naming.service
Methods in com.iplanet.services.naming.service that return ResponseSet Modifier and Type Method Description ResponseSetNamingService. process(PLLAuditor auditor, List<Request> requests, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext) -
Uses of ResponseSet in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server that return ResponseSet Modifier and Type Method Description ResponseSetAuthXMLHandler. process(PLLAuditor auditor, List<Request> requests, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext)process the request and return the response -
Uses of ResponseSet in com.sun.identity.log.service
Methods in com.sun.identity.log.service that return ResponseSet Modifier and Type Method Description ResponseSetLogService. process(PLLAuditor auditor, List<Request> requests, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext)The method which accepts the request set, parses the xml request and executes the appropriate log operation. -
Uses of ResponseSet in com.sun.identity.policy.remote
Methods in com.sun.identity.policy.remote that return ResponseSet Modifier and Type Method Description ResponseSetPolicyRequestHandler. process(PLLAuditor auditor, List<Request> requests, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext)Process the requests aÎnd return the responses.
-