public interface YouScopeLogin
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
YouScopeServer |
login(java.lang.String password)
When the right password is provided, this interface grants access to the microscope.
|
YouScopeServer login(java.lang.String password) throws java.rmi.RemoteException, java.lang.SecurityException
password - The password. Should be the same as the one set in the startup of the server.java.rmi.RemoteExceptionjava.lang.SecurityException - Thrown if authentification failed.