public class XACMLQueryUtil extends Object
AttributeQuery
.Modifier and Type | Method and Description |
---|---|
static String |
getPolicyDecisionForFedlet(javax.servlet.http.HttpServletRequest request,
String pepEntityID,
String pdpEntityID,
String nameIDValue,
String serviceName,
String resource,
String action)
Sends the XACML query to specifiied PDP, gets the policy decision
and sends it back to the Fedlet
|
public static String getPolicyDecisionForFedlet(javax.servlet.http.HttpServletRequest request, String pepEntityID, String pdpEntityID, String nameIDValue, String serviceName, String resource, String action) throws SAML2Exception
request
- HTTP Servlet RequestpepEntityID
- PEP entity IDpdpEntityID
- PDP entity IDnameIDValue
- NameID valueserviceName
- Service Nameresource
- Resource URLaction
- ActionString
objectSAML2Exception
- if the operation is not successfulCopyright © 2010-2018, ForgeRock All Rights Reserved.