com.sas.drugdev.remote.session
Interface SessionAuthenticator


public interface SessionAuthenticator

Interface used for implementation of the design of the API. It is not to be consumed by a consumer of the API.


Method Summary
 void connect(java.net.URL url, Credentials credentials)
          Internal method.
 

Method Detail

connect

public void connect(java.net.URL url,
                    Credentials credentials)
             throws AuthenticationException,
                    PasswordExpiredException,
                    UserInactiveException,
                    UserRetiredException,
                    RemoteException,
                    UnsupportedCredentialsException
Internal method.

Throws:
UnsupportedCredentialsException
AuthenticationException
PasswordExpiredException
UserInactiveException
UserRetiredException
RemoteException