Uses of Class
org.openliberty.wsc.AuthenticationService.ResponseCode

Packages that use AuthenticationService.ResponseCode
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of AuthenticationService.ResponseCode in org.openliberty.wsc
 

Fields in org.openliberty.wsc declared as AuthenticationService.ResponseCode
private  AuthenticationService.ResponseCode AuthenticationService.lastResponseCode
           
 

Methods in org.openliberty.wsc that return AuthenticationService.ResponseCode
 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(java.lang.String codeValue)
          Returns a matching ResponseCode enum, or throws a WSCException if the codeValue is not supported.
static AuthenticationService.ResponseCode AuthenticationService.ResponseCode.valueOf(java.lang.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're declared.