Révision bf9c3717
Ajouté par Remy Menard il y a plus de 11 ans
ETa/EpcisPHI/src/main/webapp/index.jsp | ||
---|---|---|
<%@page import="fr.unicaen.iota.epcisphi.utils.SessionLoader"%>
|
||
<%@page import="com.sun.xacml.ctx.Result"%>
|
||
<%@page import="fr.unicaen.iota.epcisphi.utils.PEPRequester"%>
|
||
<%@page import="fr.unicaen.iota.eta.user.userservice.UserInfoOut"%>
|
||
<%@page import="fr.unicaen.iota.ypsilon.client.model.UserInfoOut"%>
|
||
<%
|
||
|
||
String sessionId = (String) session.getAttribute("session-id");
|
||
... | ... | |
<script type="text/javascript" src="script/tree.js"></script>
|
||
<script type="text/javascript" src="script/requestDispatcher.js"></script>
|
||
<script type="text/javascript" src="script/jquery.js"></script>
|
||
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
|
||
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
|
||
<script type="text/javascript" src="script/jquery-ui.min.js"></script>
|
||
<link rel="stylesheet" type="text/css" href="style/jquery-ui.css" />
|
||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||
</head>
|
||
<body>
|
||
... | ... | |
<jsp:include page="dialogs.jsp" />
|
||
|
||
<%
|
||
//PartnerInfo pInfo = (PartnerInfo) session.getAttribute("pInfo");
|
||
UserInfoOut uInfo = (UserInfoOut) session.getAttribute("uInfo");
|
||
//Partner partner = new Partner(0, true, pInfo.getPartnerId(), new Date(), null, null, null);
|
||
User u = new User(uInfo.getUserID(), uInfo.getPartnerID());
|
||
User u = new User(uInfo.getUserID(), uInfo.getOwnerID());
|
||
if (PEPRequester.checkAccess(u, "superadmin") != Result.DECISION_PERMIT) {
|
||
|
||
%>
|
||
... | ... | |
}
|
||
|
||
String userId = ((UserInfoOut) session.getAttribute("uInfo")).getUserID();
|
||
//String partnerId = ((PartnerInfo) session.getAttribute("pInfo")).getPartnerId();
|
||
String partnerId = ((UserInfoOut) session.getAttribute("uInfo")).getPartnerID();
|
||
String partnerId = ((UserInfoOut) session.getAttribute("uInfo")).getOwnerID();
|
||
|
||
%>
|
||
<div class="account">
|
Formats disponibles : Unified diff
Version 1.99
- a few bugs fixed!
- new testing application to capture events
- new options to the command line to configure the public/private keys
for TLS and for signature
- new method more accurate than "traceEPC": the events are sorted by
EPCIS
- New options added to the command line
- user can be identified by alias, if the DN of his certificate is
incompatible with the LDAP directory
- new shell script to configure the LDAP directory (same
functionnalities as IoTa-Installer)
- installs and configures LaMBDa
- finer certificate mangagement
- EpcILoN correctly subscribe with TLS to ETa
- new figure for LaMBDa
- shows data flows between PHI and YPSilon
- sets DS and DSeTa in different schemas