public class XacmlClient extends Object
| Constructor and Description |
|---|
XacmlClient(String relativeXacmlPoliciesDirectoryPath,
Parser parser)
Creates the proxy to the real XACML PDP.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
evaluate(RequestType xacmlRequestType)
Evaluates the XACML request and returns a XACML response.
|
public XacmlClient(String relativeXacmlPoliciesDirectoryPath, Parser parser) throws PdpException
relativeXacmlPoliciesDirectoryPath - Relative directory path to the root of the DDF
installation.parser - for marshal and unmarshalPdpExceptionpublic ResponseType evaluate(RequestType xacmlRequestType) throws PdpException
xacmlRequestType - XACML requestPdpExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.