| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.sasl |
| Modifier and Type | Method and Description |
|---|---|
private SASLResponse |
AuthenticationService.invokeSASLRequest(URL addressURL,
SASLRequest request)
Invokes a SASLRequest, returning the SASLResponse
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationService.ResponseCode |
AuthenticationService.ResponseCode.getResponseCode(SASLResponse response)
Returns a matching ResponseCode enum, or throws a WSCException
if the status is null or not supported.
|
| Modifier and Type | Method and Description |
|---|---|
SASLResponse |
SASLResponseBuilder.buildObject() |
SASLResponse |
SASLResponseBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Copyright © 1999–2015. All rights reserved.