blob: a85250c0e527ec84b0b971ebeec54d6173d379d4 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001# Load Passwords needed
2if [ -e ../../authz-service ]; then
3 CMD_DEPLOYED=authz-service
4else
5 CMD_DEPLOYED=authz-cmd
6fi
7function aafcli {
8 java \
9 -Daaf_id=testid \
10 -Daaf_pass=<pass> \
11 -Daaf_url=DMEServiceName=service=com.att.authz.AuthorizationService/version=2.0/envContext=AFTUAT/routeOffer=BAU_SE \
12 -Dkeyfile=/Volumes/Data/src/authz/common/keyfile \
13 -DAFT_LATITUDE=38.432930 \
14 -DAFT_LONGITUDE=-90.432480 \
15 -DAFT_ENVIRONMENT=AFTUAT \
16 -Dtestid=<pass> \
17 -Dbogus=xxx \
18 -Dm12345=<pass> \
19 -jar \
20 ../../${CMD_DEPLOYED}/2.0.2/lib/authz-cmd-2.0.2-jar-with-dependencies.jar \
21 $*
22}