Re: Storing Custom User variables and Unique Email constraint

2017-05-08 Thread Francesco Chicchiriccò
On 06/05/2017 00:23, Ravindra Singareddy wrote: Hi All, I need to store User Custom variables like firstName, MiddleName, and Last Name and using following code: SyncopeClientFactoryBean clientFactory = new SyncopeClientFactoryBean().

Storing Custom User variables and Unique Email constraint

2017-05-05 Thread Ravindra Singareddy
Hi All, I need to store User Custom variables like firstName, MiddleName, and Last Name and using following code: SyncopeClientFactoryBean clientFactory = new SyncopeClientFactoryBean(). setAddress("http://localhost:8080/syncope/rest;). setDomain("Master").