Uses of Class
org.openliberty.wsc.WSCException

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

Uses of WSCException in org.openliberty.wsc
 

Subclasses of WSCException in org.openliberty.wsc
 class WSCNoServiceAvailableException
          This exception is thrown by methods within the WSCUtilities class when a discovery service is unable to produce an epr for the specified service with the specified parameters.
 

Methods in org.openliberty.wsc that throw WSCException
 EndpointReference AuthenticationService.authenticate(java.lang.String username, java.lang.String password, AuthenticationService.AuthMechanism mechanism)
          This wraps method calls
 EndpointReference AuthenticationService.authenticate(java.lang.String username, java.lang.String password, AuthenticationService.AuthMechanism mechanism, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
           
 EndpointReference AuthenticationService.authenticateCRAM_MD5(java.lang.String username, java.lang.String password, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
          CRAM-MD5 is a two stage authentication procedure.
 EndpointReference AuthenticationService.authenticatePLAIN(java.lang.String username, java.lang.String password, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
          authenticate Perform the (multi-step) authentication
static EndpointReference WSCUtilities.boostrapDiscoveryEPRFromDefaultAS(AuthenticationService.AuthMechanism authMechanism)
          Attempts to retrieve a Discovery Service Endpoint Reference from the default Authentication Service.
static BaseServiceClient WSCUtilities.clientForDiscoveryEPR(EndpointReference discoEPR, DiscoveryService.WSFServiceType serviceType)
          This method takes a discovery EndpointReference and a WSFServiceType and returns an instantiated service client.
static AuthenticationService.AuthMechanism AuthenticationService.AuthMechanism.findAuthMechanism(java.lang.String mechanism)
           
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.
 void WSFMessage.invoke()
          Invoke the WSFMessage sending the SOAP requestEvelope and placing the response in the responseEnvelope.
private  SASLResponse AuthenticationService.invokeSASLRequest(java.net.URL addressURL, SASLRequest request)
          Invokes a SASLRequest, returning the SASLResponse
private  void WSFMessage.processResponse(java.lang.String responseString)
          This method will take care of all of the responsibilities required of a WSC when receiving a response from a WSP.