T - user datapublic interface UserRestServiceTemplate<T extends User>
| Modifier and Type | Method and Description |
|---|---|
com.gwtplatform.dispatch.rest.shared.RestAction<T> |
getCurrentUser() |
com.gwtplatform.dispatch.rest.shared.RestAction<Boolean> |
isCurrentUserLoggedIn() |
com.gwtplatform.dispatch.rest.shared.RestAction<T> |
login(String pusername,
String ppassword) |
com.gwtplatform.dispatch.rest.shared.RestAction<Void> |
logout() |
Copyright © 2015–2018. All rights reserved.