public interface MelcoePDP
| Modifier and Type | Field and Description |
|---|---|
static java.io.File |
PDP_HOME |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx |
evaluate(RequestCtx request) |
java.lang.String |
evaluate(java.lang.String request)
This method evaluates an XACML request and returns an XACML response.
|
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx |
evaluateBatch(RequestCtx[] requests) |
java.lang.String |
evaluateBatch(java.lang.String[] requests)
A convenience function designed for reducing the number of WS calls made.
|
java.lang.String evaluate(java.lang.String request)
throws EvaluationException
request - the XACML requestEvaluationExceptionorg.jboss.security.xacml.sunxacml.ctx.ResponseCtx evaluate(RequestCtx request) throws EvaluationException
EvaluationExceptionjava.lang.String evaluateBatch(java.lang.String[] requests)
throws EvaluationException
requests - the String array of XACML requestsEvaluationExceptionorg.jboss.security.xacml.sunxacml.ctx.ResponseCtx evaluateBatch(RequestCtx[] requests) throws EvaluationException
EvaluationExceptionCopyright © 2014 DuraSpace. All Rights Reserved.