Interface PolicyDecisionPoint


public interface PolicyDecisionPoint
An interface that describes a PolicyDecisionPoint (PDP) that supports XACML 2.0 using OpenSAML
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.xacml.ctx.ResponseType
    evaluate(org.opensaml.xacml.ctx.RequestType request)
    Evaluate an XACML Request and return a Response
  • Method Details

    • evaluate

      org.opensaml.xacml.ctx.ResponseType evaluate(org.opensaml.xacml.ctx.RequestType request) throws Exception
      Evaluate an XACML Request and return a Response
      Parameters:
      request - an XACML Request as a RequestType
      Returns:
      the XACML Response as a ResponseType
      Throws:
      Exception