Changes between Version 2 and Version 3 of ComponentRegistryAndEditor/FrontEndSpec


Ignore:
Timestamp:
11/10/14 09:20:21 (10 years ago)
Author:
Twan Goosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComponentRegistryAndEditor/FrontEndSpec

    v2 v3  
    88== Global requirements ==
    99
     10=== Authentication ===
     11
     12Authentication in production is based on Shibboleth; for local testing, basic authentication on basis of the Tomcat ''!UserDatabaseRealm'' is used.
     13
    1014* User authentication state is provided by the backend
    1115 * This includes admin status of the logged in user
     16* A login button or link is shown while the user is not logged in; after login, the user's name is shown
     17 * Logout is not supported by the backend
     18* Once logged in, a link to the 'settings' page in the backend is provided (this allows the user to configure some account details)
    1219
    1320== Browser ==
     
    3643=== Component details ===
    3744
    38 * {REST_BASE}/registry/components/{COMPONENT_ID}
     45* Component Specification XML retrieved from back-end
     46 * {REST_BASE}/registry/components/{COMPONENT_ID}
    3947* Hierarchical view
    4048 * With expandable component structure
     
    5563== Editor ==
    5664
     65The editor gets the XML of an existing component specification from the back-end (in the case of editing an existing component) and produces a form on basis of this.
     66
    5767== Importer ==
    5868