Changeset 1e643da


Ignore:
Timestamp:
Nov 11, 2009 6:31:14 PM (14 years ago)
Author:
Jay Jacobs <Jay.Jacobs@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
4ac0a41
Parents:
7723a2f
Message:

Changes to use axis instead of axis2. Policy files are still located in axis2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/abac_test.sh

    r7723a2f r1e643da  
    33# Create a new contexts for the negotiation
    44./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 \
    66        --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/ucla.txt
    77#       --trace \
    88./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 \
    1010        --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/bill.txt
    1111#       --trace \
    1212./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 \
    1414        --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/alice.txt
    1515#       --trace \
    1616./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 \
    1818        --file=/usr/local/tomcat5.5/webapps/axis2/WEB-INF/james.txt
    1919#       --trace \
     
    2525# Test a two part negoitation
    2626./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 \
    2828        --context_id=UCLA --goal='UCLA:GENI.CTFaccess<<---Alice' \
    29         --srcURL=https://localhost:8443/axis2/services/feddABACPort \
     29        --srcURL=https://localhost:8443/axis/services/feddABACPort \
    3030        --dstContext=Alice \
    31         --dstURL=https://localhost:8443/axis2/services/feddABACPort
     31        --dstURL=https://localhost:8443/axis/services/feddABACPort
    3232#       --trace \
    3333./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 \
    3535        --context_id=UCLA --goal='UCLA:GENI.CTFaccess<<---James' \
    36         --srcURL=https://localhost:8443/axis2/services/feddABACPort \
     36        --srcURL=https://localhost:8443/axis/services/feddABACPort \
    3737        --dstContext=James \
    38         --dstURL=https://localhost:8443/axis2/services/feddABACPort
     38        --dstURL=https://localhost:8443/axis/services/feddABACPort
    3939#       --trace \
    4040./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 \
    4242        --context_id=UCLA --goal='UCLA:GENI.CTFaccess<<---Bill' \
    43         --srcURL=https://localhost:8443/axis2/services/feddABACPort \
     43        --srcURL=https://localhost:8443/axis/services/feddABACPort \
    4444        --dstContext=Bill \
    45         --dstURL=https://localhost:8443/axis2/services/feddABACPort
     45        --dstURL=https://localhost:8443/axis/services/feddABACPort
    4646
Note: See TracChangeset for help on using the changeset viewer.