Class UserService
java.lang.Object
org.apache.syncope.fit.buildtools.cxf.UserService
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserService
public UserService()
-
-
Method Details
-
list
-
changelog
@GET @Path("changelog") @Produces("application/json") public List<UserMetadata> changelog(@QueryParam("from") Date from) -
read
-
create
-
update
-
delete
-
authenticate
@POST @Path("authenticate") @Produces("application/json") public User authenticate(@QueryParam("username") String username, @QueryParam("password") String password) -
clear
-