NAME
arcdecision - ARC client to PDP service
DESCRIPTION
The arcdecision command is a prototype client which is used for sending
a policy decision request to a pdp service.
SYNOPSIS
arcdecision [options] [filename ...]
OPTIONS
-c [-]configurefile, -conf [-]configurefile
specify the configuration file of pdp client
-s [-]serviceurl, -service [-]serviceurl
specify the url to pdp service
-r [-]equestfile, -request [-]requestfile
specify the request file that includes the formatted request
(arc or xacml format)
-p [-]samlprofile, -saml [-]samlprofile
specify the usage of the SAML2.0 profile of XACML
-d debuglevel, -debug debuglevel
FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
-v, -version
print version information
-?, -help
print help
EXTENDED DESCRIPTION
The arcdecision command is a prototype client which is used for sending
a policy decision request to a pdp service.
Examples:
arcdecision -c pdp_client.xml -d DEBUG -s https://127.0.0.1:60001 -r
request.xml ...
send the request to https://127.0.0.1:60001
FILES
.arc/config.xml
Some options can be given default values by specifying them in
the ARC configuration file.
ENVIRONMENT VARIABLES
ARC_LOCATION
The location where ARC is installed can be specified by this
variable. If not specified the install location will be
determined from the path to the command being executed, and if
this fails a WARNING will be given stating the location which
will be used.
ARC_PLUGIN_PATH
The location of ARC plugins can be specified by this variable.
Multiple locations can be specified by separating them by : (;
in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
Windows).
COPYRIGHT
APACHE LICENSE Version 2.0
AUTHOR
Weizhong Qiang <weizhong.qiang@fys.uio.no>