Interface ServicePassword

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

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

      • checking

        @POST
        @Path("/checking")
        void checking​(PasswordDTO value,
                      org.fusesource.restygwt.client.MethodCallback<PasswordControlDTO> callback)