Re: [Architecture] Account Lock/Disable Feature in IS 6.0.0

2017-01-22 Thread Isura Karunaratne
Hi Prabath, On Fri, Jan 20, 2017 at 4:43 PM, Prabath Siriwardena wrote: > Hi Isura, > > Please find my comment inline... > > On Fri, Jan 20, 2017 at 2:02 AM, Isura Karunaratne wrote: > >> Hi all, >> >> >> We are working on implementing account lock/disable features for IS >> 6.0.0. >> >> *Acco

[Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Lahiru Manohara
Hi, We are implementing email management component for IS 6.0.0. The following properties will be included in the email template. configuration: - subject: body: footer: type: display: locale: emailContentType: The following directory structure will be used to keep the template ba

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Isura Karunaratne
Hi Lahiru, On Sun, Jan 22, 2017 at 4:40 PM Lahiru Manohara wrote: > Hi, > > We are implementing email management component for IS 6.0.0. The following > properties will be included in the email template. > > configuration: > - > subject: > body: > footer: > type: > display: > locale

Re: [Architecture] [UUF] Pluggable Authentication mechanism for UUF

2017-01-22 Thread Manuranga Perera
One problem I see with this is: How does the filter know to create a session or not? Because not every page needs a session. Eg: in J2EE you have getSession [1], only the Servlet that call it, it will return a session. Similarly UUF has a {{seucre}} tag that marks which pages are secure. It's bette

[Architecture] C5 User Management APIs with SCIM 2.0

2017-01-22 Thread Gayan Gunawardana
SCIM Overview and Concept SCIM stands for “Simplified Cloud Identity Management” and later it has been changed to “System for Cross-domain Identity Management”. SCIM was originally developed for Cloud services, but according to later understanding decided that it was not bounded to Cloud and can b

Re: [Architecture] C5 User Management APIs with SCIM 2.0

2017-01-22 Thread Gayan Gunawardana
Attaching missing images. ​ ​ On Sun, Jan 22, 2017 at 11:49 PM, Gayan Gunawardana wrote: > SCIM Overview and Concept > SCIM stands for “Simplified Cloud Identity Management” and later it has > been changed to “System for Cross-domain Identity Management”. SCIM was > originally developed for

Re: [Architecture] [Dev] [VOTE] Release WSO2 IoT Server 3.0.0 RC2

2017-01-22 Thread Imesh Chandrasiri
Hi all, Tested overall UX [+] Stable - go ahead and release. On Sat, Jan 21, 2017 at 9:42 PM, Susinda Perera wrote: > Tested ios enrolment and device-ty*pe *plugin (via java code) > installation. > [+] Stable - go ahead and release > > On Sat, Jan 21, 2017 at 4:57 PM, Shavindri Dissanayake >

Re: [Architecture] [Dev] [VOTE] Release WSO2 IoT Server 3.0.0 RC2

2017-01-22 Thread Waruna Jayaweera
Hi, I have tested following scenarios. User creation Run load test on Android device registraion and pending operations Test the UI with load of devices Device Group Managemnt [+] Stable - go ahead and release. Regards, Waruna On Fri, Jan 20, 2017 at 10:29 PM, Rasika Perera wrote: > Hi Devs

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Danushka Fernando
On Sun, Jan 22, 2017 at 5:43 PM, Isura Karunaratne wrote: > Hi Lahiru, > > On Sun, Jan 22, 2017 at 4:40 PM Lahiru Manohara wrote: > >> Hi, >> >> We are implementing email management component for IS 6.0.0. The >> following properties will be included in the email template. >> >> configuration: >

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Kasun Bandara
Hi Lahiru, Is there any specific reason to populate the email configurations under 'config' directory ? . IMO these email template configurations must reside under 'Identity' directory structure. Thanks, Kasun. Kasun Gayan Bandara PhD Research Student Machine Learning Group Faculty of Informati

Re: [Architecture] [C5] [Carbon-Feature-Plugin] Dynamic Creation of carbon.product via a Template

2017-01-22 Thread Kishanthan Thangarajah
On Fri, Jan 20, 2017 at 5:57 PM, Afkham Azeez wrote: > I would suggest totally getting rid of it. > To maintain backward compatibility of the plugin, we need to have the file based supported. But from next major release of the plugin, we can remove the usage of this file and use the pom based ap

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Isura Karunaratne
Hi Danushka/Kasun, On Mon, Jan 23, 2017 at 7:00 AM, Kasun Bandara wrote: > Hi Lahiru, > > Is there any specific reason to populate the email configurations under > 'config' directory ? . IMO these email template configurations must reside > under 'Identity' directory structure. > Email templa

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Johann Nallathamby
Hi Isura, On Mon, Jan 23, 2017 at 8:21 AM, Isura Karunaratne wrote: > Hi Danushka/Kasun, > > > > On Mon, Jan 23, 2017 at 7:00 AM, Kasun Bandara > wrote: > >> Hi Lahiru, >> >> Is there any specific reason to populate the email configurations under >> 'config' directory ? . IMO these email templa

Re: [Architecture] C5 User Management APIs with SCIM 2.0

2017-01-22 Thread Sagara Gunathunga
On Mon, Jan 23, 2017 at 12:02 AM, Gayan Gunawardana wrote: > Attaching missing images. > > > > ​ > ​ > > On Sun, Jan 22, 2017 at 11:49 PM, Gayan Gunawardana > wrote: > >> SCIM Overview and Concept >> SCIM stands for “Simplified Cloud Identity Management” and later it has >> been changed to “Syst

Re: [Architecture] [APIM] [C5] Rest API Support for Importing and Exporting APIs between Multiple Environments

2017-01-22 Thread Isuru Haththotuwa
HI Shani, Apologies for the late response. On Thu, Jan 19, 2017 at 11:40 AM, Shani Ranasinghe wrote: > Hi Isuru, > > When we import an API, in the new environment, who will be listed as the > API creator? the person who imports it? that is if the user store is not > the same ? > In import expor

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Sagara Gunathunga
Sending E-mails is a very generic feature thus we have to make sure whatever we do here can be reuse within the platform not just within IS. Shall we arrange a discussion with Azeez, Suho and API-M folks before we continue to discuss E-Mail specific Implementation details ? Also E-Mail is just one

Re: [Architecture] C5 User Management APIs with SCIM 2.0

2017-01-22 Thread Ishara Karunarathna
Hi, In C5 already we have SCIM 2.0 for User and Group management (This is the only user management REST API we provide) and not using SOAP base services anymore. And for identity management also we are going to have REST API but not SCIM based APIs. So +1 for Gayans idea to use SCIM based API for

Re: [Architecture] [Dev] Account Lock/Disable Feature in IS 6.0.0

2017-01-22 Thread Sagara Gunathunga
On Sun, Jan 22, 2017 at 3:20 PM, Isura Karunaratne wrote: > Hi Prabath, > > > On Fri, Jan 20, 2017 at 4:43 PM, Prabath Siriwardena > wrote: > >> Hi Isura, >> >> Please find my comment inline... >> >> On Fri, Jan 20, 2017 at 2:02 AM, Isura Karunaratne >> wrote: >> >>> Hi all, >>> >>> >>> We are

Re: [Architecture] [C5] [Carbon-Feature-Plugin] Dynamic Creation of carbon.product via a Template

2017-01-22 Thread Dilan Udara Ariyaratne
Hi Azeez, Even with the pom based approach (as noted by Kishanthan), we do not have the luxury of totally getting rid of this file, carbon.product since both underlying, but external tycho and equinox launcher plug-ins used by our carbon-feature-plugin require this file as an input. So IMO, the o

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Dilan Udara Ariyaratne
+1 to Sagara's point of view. It would be ideal if we can have one generic feature across the platform in sending rich-human-undersdanble messages such as E-mails and SMSs, so that it would cater any product having associated requirements at a higher level. @Lahiru, AFAIR, most recent EMM 2.2.0 a