- Timestamp:
- Nov 11, 2009 6:31:14 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 4ac0a41
- Parents:
- 7723a2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/abac_test.sh
r7723a2f r1e643da 3 3 # Create a new contexts for the negotiation 4 4 ./abac_client.py create --cert=emulab.pem --transport=soap \ 5 --url=http ://localhost:8443/axis2/services/feddABACPort \5 --url=https://localhost:8443/axis/services/feddABACPort \ 6 6 --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/ucla.txt 7 7 # --trace \ 8 8 ./abac_client.py create --cert=emulab.pem --transport=soap \ 9 --url=http ://localhost:8443/axis2/services/feddABACPort \9 --url=https://localhost:8443/axis/services/feddABACPort \ 10 10 --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/bill.txt 11 11 # --trace \ 12 12 ./abac_client.py create --cert=emulab.pem --transport=soap \ 13 --url=http ://localhost:8443/axis2/services/feddABACPort \13 --url=https://localhost:8443/axis/services/feddABACPort \ 14 14 --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/alice.txt 15 15 # --trace \ 16 16 ./abac_client.py create --cert=emulab.pem --transport=soap \ 17 --url=http ://localhost:8443/axis2/services/feddABACPort \17 --url=https://localhost:8443/axis/services/feddABACPort \ 18 18 --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/james.txt 19 19 # --trace \ … … 25 25 # Test a two part negoitation 26 26 ./abac_client.py access --cert=emulab.pem --transport=soap \ 27 --url=http ://localhost:8443/axis2/services/feddABACPort \27 --url=https://localhost:8443/axis/services/feddABACPort \ 28 28 --context_id=UCLA --goal='UCLA:GENI.CTFaccess<<---Alice' \ 29 --srcURL=https://localhost:8443/axis 2/services/feddABACPort \29 --srcURL=https://localhost:8443/axis/services/feddABACPort \ 30 30 --dstContext=Alice \ 31 --dstURL=https://localhost:8443/axis 2/services/feddABACPort31 --dstURL=https://localhost:8443/axis/services/feddABACPort 32 32 # --trace \ 33 33 ./abac_client.py access --cert=emulab.pem --transport=soap \ 34 --url=http ://localhost:8443/axis2/services/feddABACPort \34 --url=https://localhost:8443/axis/services/feddABACPort \ 35 35 --context_id=UCLA --goal='UCLA:GENI.CTFaccess<<---James' \ 36 --srcURL=https://localhost:8443/axis 2/services/feddABACPort \36 --srcURL=https://localhost:8443/axis/services/feddABACPort \ 37 37 --dstContext=James \ 38 --dstURL=https://localhost:8443/axis 2/services/feddABACPort38 --dstURL=https://localhost:8443/axis/services/feddABACPort 39 39 # --trace \ 40 40 ./abac_client.py access --cert=emulab.pem --transport=soap \ 41 --url=http ://localhost:8443/axis2/services/feddABACPort \41 --url=https://localhost:8443/axis/services/feddABACPort \ 42 42 --context_id=UCLA --goal='UCLA:GENI.CTFaccess<<---Bill' \ 43 --srcURL=https://localhost:8443/axis 2/services/feddABACPort \43 --srcURL=https://localhost:8443/axis/services/feddABACPort \ 44 44 --dstContext=Bill \ 45 --dstURL=https://localhost:8443/axis 2/services/feddABACPort45 --dstURL=https://localhost:8443/axis/services/feddABACPort 46 46
Note: See TracChangeset
for help on using the changeset viewer.