org.eaglei.ui.gwt.security.rpc
Interface SecurityServiceRemote

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
SecurityServlet

@RemoteServiceRelativePath(value="security")
public interface SecurityServiceRemote
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 Session logIn(java.lang.String username, java.lang.String password)
           
 void logOut(java.lang.String sessionId)
           
 

Method Detail

logIn

Session logIn(java.lang.String username,
              java.lang.String password)
              throws LoggedException
Throws:
LoggedException

logOut

void logOut(java.lang.String sessionId)


Copyright © 2009-2010 Eagle-I. All Rights Reserved.