Class RestAuthenticationDispatcher
- java.lang.Object
-
- org.silverpeas.mobile.client.common.network.RestAuthenticationDispatcher
-
- All Implemented Interfaces:
org.fusesource.restygwt.client.Dispatcher
public class RestAuthenticationDispatcher extends Object implements org.fusesource.restygwt.client.Dispatcher
- Author:
- svu
-
-
Constructor Summary
Constructors Constructor Description RestAuthenticationDispatcher(String login, String password, String domainId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.http.client.Request
send(org.fusesource.restygwt.client.Method method, com.google.gwt.http.client.RequestBuilder builder)
-
-
-
Method Detail
-
send
public com.google.gwt.http.client.Request send(org.fusesource.restygwt.client.Method method, com.google.gwt.http.client.RequestBuilder builder) throws com.google.gwt.http.client.RequestException
- Specified by:
send
in interfaceorg.fusesource.restygwt.client.Dispatcher
- Throws:
com.google.gwt.http.client.RequestException
-
-