public class PDPClient
extends com.ietnet.fse.common.pep.AbstractPDPClient
Constructor and Description |
---|
PDPClient(java.lang.String trasactionId) |
Modifier and Type | Method and Description |
---|---|
com.sun.xacml.ctx.ResponseCtx |
evaluateCtx(com.sun.xacml.ctx.RequestCtx reqCtx,
java.util.Properties properties) |
public com.sun.xacml.ctx.ResponseCtx evaluateCtx(com.sun.xacml.ctx.RequestCtx reqCtx, java.util.Properties properties) throws java.lang.Exception
evaluateCtx
in class com.ietnet.fse.common.pep.AbstractPDPClient
reqCtx
- the request context to evaluateproperties
- the properties to find the PDP call configuration.
This properties must contains one entry for the PDPService URL, the socket timeout
and the secure connection entries such as the keystore type, the keystore file,
the keystore file password to establish the secure connection, the truststore type,
the truststore file to establish the secure connection,
the truststore file password to establish the secure connectionjava.lang.Exception
- if any error occurs