Uses of Package
com.sas.drugdev.remote.session

Packages that use com.sas.drugdev.remote.session
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.sas Provides classes and interfaces for publishing and examining an SDD process. 
com.sas.drugdev.remote.session Contains all the necessary classes and interfaces for creating sessions and connecting to the server. 
com.sas.drugdev.remote.type Provides classes and interfaces for retrieving type information. 
 

Classes in com.sas.drugdev.remote.session used by com.sas.drugdev.remote.admin
InvalidSessionException
          Thrown when a server-side call is attempted from one of the services, but the session has timed out or has been invalidated.
 

Classes in com.sas.drugdev.remote.session used by com.sas.drugdev.remote.repository
InvalidSessionException
          Thrown when a server-side call is attempted from one of the services, but the session has timed out or has been invalidated.
 

Classes in com.sas.drugdev.remote.session used by com.sas.drugdev.remote.sas
InvalidSessionException
          Thrown when a server-side call is attempted from one of the services, but the session has timed out or has been invalidated.
 

Classes in com.sas.drugdev.remote.session used by com.sas.drugdev.remote.session
AuthenticationException
          Thrown for an invalid username/password combination.
Credentials
          Interface used as a base interface for all types of Credentials.
PasswordExpiredException
          Thrown when a user attempts to create a session and his/her password has expired.
Session
          Interface that stores the state of the connection to the server.
UnsupportedCredentialsException
          Thrown when a user attempts to connect with a Credentials object that isn't supported.
UserInactiveException
          Thrown when a user attempts to login with an account that is inactive.
UserRetiredException
          Thrown when a user attempts to login with an account that is retired.
 

Classes in com.sas.drugdev.remote.session used by com.sas.drugdev.remote.type
InvalidSessionException
          Thrown when a server-side call is attempted from one of the services, but the session has timed out or has been invalidated.