mmoayyed opened a new pull request #207:
URL: https://github.com/apache/syncope/pull/207


   See: https://issues.apache.org/jira/browse/SYNCOPE-1580
   
   - Provides a `WAConfigService`, along with relevant logic, dao and binder 
components to CRUD configuration entries.
   
   - Presents a `WAConfigTO`, backed by the `WAConfigEntry` at the JPA layer. 
The value of a configuration entry is supported by generics to allow creation 
of generic types for values (lists, numbers, etc)
   
   - WA can only fetch/read/list configuration entries (i.e. anonymous is 
allowed). All other non-readonly operations are adjusted with the right 
permissions.
   
   Still WIP; looking for feedback on the design direction before going too 
deep.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to