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
 java.util.List<org.eaglei.model.EIEntity> getInstitutions()
           
 org.eaglei.security.Session getSession(java.lang.String sessionId)
           
 org.eaglei.security.Session logIn(java.lang.String institutionId, java.lang.String username, java.lang.String password)
           
 void logOut(java.lang.String sessionId)
           
 

Method Detail

getInstitutions

java.util.List<org.eaglei.model.EIEntity> getInstitutions()
                                                          throws InvalidSessionIdException,
                                                                 LoggedException
Throws:
InvalidSessionIdException
LoggedException

logIn

org.eaglei.security.Session logIn(java.lang.String institutionId,
                                  java.lang.String username,
                                  java.lang.String password)
                                  throws LoggedException
Throws:
LoggedException

logOut

void logOut(java.lang.String sessionId)

getSession

org.eaglei.security.Session getSession(java.lang.String sessionId)


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