org.nees.util.sessions
Interface AuthenticatedSession

All Superinterfaces:
Session
All Known Implementing Classes:
NFMSSession, NMDSSession, OGSIClientSession

public interface AuthenticatedSession
extends Session

Generic session interface with authentication. A session is a factory for interpreters; interpreters execute commands and return results.


Method Summary
 AuthenticIdentity getIdentity()
           
 
Methods inherited from interface org.nees.util.sessions.Session
close, getInterpreter, open
 

Method Detail

getIdentity

public AuthenticIdentity getIdentity()