Package | Description |
---|---|
com.sun.identity.liberty.ws.dst |
Defines DST.
|
com.sun.identity.liberty.ws.interaction |
Defines Interaction service.
|
Modifier and Type | Method and Description |
---|---|
List |
DSTClient.getData(List items)
Gets data for the specified query items.
|
List |
DSTClient.getModifyResponse(List modifies)
Performs a list of modifications specified by a list of
DSTModify objects (possible on different resource ID). |
List |
DSTClient.getQueryResponse(List queries)
Gets query responses for a list of
DST queries |
DSTModifyResponse |
DSTClient.modify(DSTModify modify)
Gets modify response for the specified modify.
|
DSTModifyResponse |
DSTClient.modify(List items)
Gets response for a list of
DST Modifications. |
DSTQueryResponse |
DSTClient.query(DSTQuery query)
Gets
QueryResponse for the specified query. |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2010-2020, ForgeRock All Rights Reserved.