RE: How to check if the syncope service url and administrator username and password are correct?

2013-04-10 Thread ZhiYing Yan
Really thanks. Now works. The following is the java code. try { String identityServiceRestUrl = http://localhost:9080/syncope/cxf;; String name = admin; String pwd = password; WebClient client = WebClient.create(identityServiceRestUrl,

Re: How to check if the syncope service url and administrator username and password are correct?

2013-04-08 Thread Francesco Chicchiriccò
On 08/04/2013 04:29, ZhiYing Yan wrote: Yes, you understand right. I want to the check the user configured in the src\main\resources\security.properties, with java code. Thank you for reply and expecting your help. Please take a look at EntitlementService#getMyEntitlements() [1], mapped