Package | Description |
---|---|
com.sun.identity.liberty.ws.authnsvc.mechanism |
Defines interface to handle different SASL mechanisms.
|
com.sun.identity.liberty.ws.dst.service |
Defines DST service.
|
com.sun.identity.liberty.ws.interaction |
Defines Interaction service.
|
com.sun.identity.liberty.ws.interfaces |
Defines Interaction service.
|
com.sun.identity.liberty.ws.soapbinding |
Provides classes to manage Liberty SOAP Binding.
|
Modifier and Type | Method and Description |
---|---|
SASLResponse |
MechanismHandler.processSASLRequest(SASLRequest saslReq,
Message message,
String respMessageID)
Deprecated.
Generates a SASL response according to the SASL request.
|
Modifier and Type | Method and Description |
---|---|
Message |
DSTRequestHandler.processRequest(Message msg)
Processes the request for the given personal profile service request.
|
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 |
---|---|
Message |
InteractionManager.handleInteraction(Message requestMessage,
InquiryType 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 List |
InteractionUtils.getInteractionLangauge(Message message)
Returns languages listed for the language attribute of the
UserInteraction header in the message. |
InteractionResponseType |
InteractionManager.getInteractionResponseElement(Message requestMessage)
Gets interaction response that was gathered from resource owner
by
InteractionManager |
Message |
InteractionManager.handleInteraction(Message requestMessage,
InquiryType 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,
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 |
---|---|
String |
ResourceIDMapper.getUserID(String providerID,
String resourceID,
Message message)
Returns the ID of the user who has the resource ID in a provider.
|
Modifier and Type | Method and Description |
---|---|
Message |
SOAPFaultException.getSOAPFaultMessage()
Returns
Message containing SOAPFault . |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|
SOAPFaultException(Message message)
Constructor.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.