Révision 19b58bab
Ajouté par Remy Menard il y a plus de 12 ans
| ETa/User/README | ||
|---|---|---|
|
ETa - Epcis Trusted Agent
|
||
|
User
|
||
|
|
||
|
Agent of access control for the EPCIS.
|
||
|
Web service for the user management.
|
||
|
|
||
|
Dependencies:
|
||
|
IoTa modules:
|
||
|
- LibXACML-EPCIS
|
||
|
- EPCIS-Xi-Client
|
||
|
- User-Client
|
||
|
libraries:
|
||
|
- sunxacml
|
||
|
- spring
|
||
|
- cxf
|
||
|
- mysql-connector
|
||
|
- commons-logging
|
||
|
- log4j
|
||
|
|
||
|
Installation and Configuration:
|
||
|
IoTa-Installer installs and configures ETa.
|
||
|
IoTa-Installer installs and configures User.
|
||
|
(application.properties for this application,
|
||
|
commons-logging.properties and log4j.properties for the logs)
|
||
|
Use the script ldap.sh in IoTa-Installer/lib (root privileges required) to
|
||
|
configure the LDAP directory.
|
||
|
|
||
|
Usage Dependencies:
|
||
|
- a MySQL server
|
||
|
- a LDAP server
|
||
|
- an Epcis
|
||
|
- EpcisPHI
|
||
|
- a DWS
|
||
|
- EpcILoN
|
||
|
- an ONS
|
||
|
|
||
|
Usage:
|
||
|
like an Epcis
|
||
Formats disponibles : Unified diff
Version 1.9
- use TLS for secured links
- SigMa is now fully functionnal
- completed documention
- a lot of bugs fixed!
- signature creation from the canonical form of the event
- signature creation using ECDSA algorithm
- signature is correctly verified
- manage the extension identifying the owner of the event
- if no identity is provided, the identity of the certificate is used
- access to the web interface of policy management is made by
certificate
- if no identity is provided, the identity of the certificate is used
- create and use certificates for TLS
- configure Apache Tomcat for TLS
- show SigMa library (SigMa-Commons)