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.
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