com.optrak.tools.repository
Interface UserIdentity

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SimpleUserIdentity

public interface UserIdentity
extends java.rmi.Remote

Identify source of submissions.


Method Summary
 java.lang.String getMachine()
           
 java.lang.String getUser()
           
 

Method Detail

getUser

java.lang.String getUser()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMachine

java.lang.String getMachine()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException