Interface ServicePassword
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/password/policy") public interface ServicePassword extends org.fusesource.restygwt.client.RestService
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checking(PasswordDTO value, org.fusesource.restygwt.client.MethodCallback<PasswordControlDTO> callback)
-
-
-
Method Detail
-
checking
@POST @Path("/checking") void checking(PasswordDTO value, org.fusesource.restygwt.client.MethodCallback<PasswordControlDTO> callback)
-
-