Interface ServiceAuthentication

  • All Superinterfaces:
    org.fusesource.restygwt.client.RestService

    @Path("/authentication")
    public interface ServiceAuthentication
    extends org.fusesource.restygwt.client.RestService
    Author:
    svu
    • Method Detail

      • authentication

        @POST
        @Path("/")
        void authentication​(org.fusesource.restygwt.client.MethodCallback<UserProfileDTO> callback)