#!/bin/sh # Create a new contexts for the negotiation ./abac_client.py create --cert=emulab.pem --transport=soap \ --trace \ --url=http://localhost:8443/axis2/services/feddABACPort \ --file=/usr/local/tomcat5.5/webapps/axis/WEB-INF/geni.txt ./abac_client.py create --cert=emulab.pem --transport=soap \ --trace \ --url=http://localhost:8443/axis2/services/feddABACPort \ --file=/usr/local/tomcat5.5/webapps/axis/WEB-INF/alice.txt # Run the negotiation with an access request #./abac_client.py access --cert=emulab.pem --transport=soap \ # --trace \ # --url=http://localhost:8443/axis2/services/feddABACPort \ # --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' # Test a two part negoitation ./abac_client.py access --cert=emulab.pem --transport=soap \ --trace --url=http://localhost:8443/axis2/services/feddABACPort \ --context_id=GENI --goal='GENI:GENI.CTFaccess<<---Alice' \ --srcURL=https://localhost:8443/axis2/services/feddABACPort \ --dstContext=Alice \ --dstURL=https://localhost:8443/axis2/services/feddABACPort