Package | Description |
---|---|
com.sun.identity.liberty.ws.dst.service |
Defines DST service.
|
com.sun.identity.liberty.ws.idpp |
Defines IDPP service.
|
com.sun.identity.liberty.ws.interaction |
Defines Interaction service.
|
com.sun.identity.liberty.ws.soapbinding |
Provides classes to manage Liberty SOAP Binding.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
DSTRequestHandler.processDSTRequest(Object request,
Message msg,
Message response)
Processes query/modify request.
|
Message |
DSTRequestHandler.processRequest(Message msg)
Processes the request for the given personal profile service request.
|
Modifier and Type | Method and Description |
---|---|
Object |
PPRequestHandler.processDSTRequest(Object request,
Message requestMsg,
Message responseMsg)
Processes query/modify request.
|
com.sun.identity.liberty.ws.idpp.jaxb.ModifyResponseElement |
PPRequestHandler.processModifyRequest(com.sun.identity.liberty.ws.idpp.jaxb.ModifyElement modify,
String providerID,
Message requestMsg,
Document request)
Processes modify request.
|
com.sun.identity.liberty.ws.idpp.jaxb.QueryResponseElement |
PPRequestHandler.processQueryRequest(com.sun.identity.liberty.ws.idpp.jaxb.QueryElement query,
String providerID,
Message requestMsg,
Document request)
Processes Query Request.
|
Modifier and Type | Method and Description |
---|---|
SOAPFaultException |
InteractionSOAPFaultException.getSOAPFaultException()
Gets the
SOAPFaultException that contains SOAP fault |
Modifier and Type | Method and Description |
---|---|
Message |
InteractionManager.handleInteraction(Message requestMessage,
com.sun.identity.liberty.ws.interaction.jaxb.InquiryElement inquiryElement)
Deprecated.
|
Message |
InteractionManager.handleInteraction(Message requestMessage,
com.sun.identity.liberty.ws.interaction.jaxb.InquiryElement inquiryElement,
String language)
Handles resource owner interactions on behalf of
WSP . |
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Resends a previously cached SOAP request message to
WSP . |
Message |
InteractionManager.resendRequest(String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
Message requestMessage)
Resends a SOAP request message to
WSP . |
Message |
InteractionManager.sendRequest(Message requestMessage,
String connectTo,
String certAlias,
String soapAction,
String returnToURL,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Sends SOAP request to
WSP . |
Modifier and Type | Method and Description |
---|---|
static void |
Utils.enforceProcessingRules(Message message,
String requestMessageID,
boolean isServer)
Enforces message processiong rules defined in the spec.
|
Message |
RequestHandler.processRequest(Message request)
Generates a response according to the request.
|
static Message |
Client.sendRequest(Message req,
String connectTo)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias)
Sends a request to a SOAP endpoint and returns the response.
|
static Message |
Client.sendRequest(Message req,
String connectTo,
String certAlias,
String soapAction)
Sends a request to a SOAP endpoint and returns the response.
|
Constructor and Description |
---|
Message(SOAPMessage soapMessage)
This constructor takes a SOAP message which is received from a SOAP
connection.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.