| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationService.ResponseCode |
AuthenticationService.lastResponseCode
Response Values
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationService.ResponseCode |
AuthenticationService.getLastResponseCode()
Returns the last response code logged by this client
|
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.
|
static AuthenticationService.ResponseCode |
AuthenticationService.ResponseCode.getResponseCode(String codeValue)
Returns a matching ResponseCode enum, or throws a WSCException
if the codeValue is not supported.
|
static AuthenticationService.ResponseCode |
AuthenticationService.ResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationService.ResponseCode[] |
AuthenticationService.ResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1999–2015. All rights reserved.