Package com.sas.lsaf.client


package com.sas.lsaf.client
Classes needed to create a session and access available services.
  • Class
    Description
    Interface that defines the state of the connection to the server.
    Thrown when a configuration error is detected.
    Thrown when there was communication error between the client and server.
    Thrown when there was an HTTP or communications error between the client and server.
    Thrown when there was communication error between the client and server because the host specified in the URL cannot be reached.
    Thrown when logoff attempt fails for any reason.
    Thrown when logon attempt fails due to configuration or credential errors.
    Simple information holder that contains the necessary information to connect to a proxy server.
    Factory interface that provides access to individual service implementations.
    An entry point into the API, this will create an authenticated session with the server instance.
    Strategy interface that allows consumers the ability to create ClientSession instances.