Interface ServiceAuthentication
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/authentication") public interface ServiceAuthentication extends org.fusesource.restygwt.client.RestService
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authentication(org.fusesource.restygwt.client.MethodCallback<UserProfileDTO> callback)
-
-
-
Method Detail
-
authentication
@POST @Path("/") void authentication(org.fusesource.restygwt.client.MethodCallback<UserProfileDTO> callback)
-
-