| Constructor and Description |
|---|
MelcoePDPImpl(org.jboss.security.xacml.sunxacml.PDPConfig pdpConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx |
evaluate(RequestCtx request) |
String |
evaluate(String request)
This method evaluates an XACML request and returns an XACML response.
|
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx |
evaluateBatch(RequestCtx[] requests) |
String |
evaluateBatch(String[] requests)
A convenience function designed for reducing the number of WS calls made.
|
public MelcoePDPImpl(org.jboss.security.xacml.sunxacml.PDPConfig pdpConfig)
throws MelcoePDPException
MelcoePDPExceptionpublic String evaluate(String request) throws EvaluationException
MelcoePDPevaluate in interface MelcoePDPrequest - the XACML requestEvaluationExceptionpublic org.jboss.security.xacml.sunxacml.ctx.ResponseCtx evaluate(RequestCtx request) throws EvaluationException
evaluate in interface MelcoePDPEvaluationExceptionpublic String evaluateBatch(String[] requests) throws EvaluationException
MelcoePDPevaluateBatch in interface MelcoePDPrequests - the String array of XACML requestsEvaluationExceptionpublic org.jboss.security.xacml.sunxacml.ctx.ResponseCtx evaluateBatch(RequestCtx[] requests) throws EvaluationException
evaluateBatch in interface MelcoePDPEvaluationExceptionCopyright © 2015 DuraSpace. All Rights Reserved.