Searched refs:pdpEntityID (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryHandlerServlet.java124 String pdpEntityID =
132 + ", pdpEntityID=" + pdpEntityID);
142 reply = onMessage(soapMsg,request,response,realm,pdpEntityID);
183 * @param pdpEntityID Entity ID of the Policy Decision Point (PDP).
191 String pdpEntityID) throws SOAPException {
206 processSAMLRequest(realm,pdpEntityID,reqAbs,request,soapMsg);
221 * @param pdpEntityID the entity id of the policy decision provider.
226 static void signAssertion(String realm,String pdpEntityID, argument
239 realm, SAML2Constants.PDP_ROLE,pdpEntityID,
186 onMessage( SOAPMessage soapMsg, HttpServletRequest request, HttpServletResponse response, String realm, String pdpEntityID) argument
265 processSAMLRequest(String realm,String pdpEntityID,Element reqAbs, HttpServletRequest request,SOAPMessage soapMsg) argument
332 processXACMLResponse(String realm,String pdpEntityID, RequestAbstract samlRequest,HttpServletRequest request, SOAPMessage soapMsg) argument
476 signResponse(Response response, String realm, String pepEntityID, String pdpEntityID) argument
[all...]
H A DQueryClient.java112 * @param pdpEntityID entity identifier of the remote server.
119 String pdpEntityID)
133 // retreive pdpEntityID metadata
134 if (pdpEntityID == null || pdpEntityID.length() == 0) {
136 String[] data = { pdpEntityID };
157 pdpEntityID);
177 endPoint = getPDPEndPoint(pdpEntityID);
227 String[] args = {realm, pepEntityID, pdpEntityID};
386 * @param pdpEntityID <cod
117 processXACMLQuery(RequestAbstract request, String pepEntityID, String pdpEntityID) argument
390 verifyResponseIssuer(String realm,String pepEntityID, String pdpEntityID) argument
411 getPDPEndPoint(String pdpEntityID) argument
495 getPDPConfig( String realm, String pdpEntityID) argument
858 verifySignedResponse(String pepEntityID, String pdpEntityID, Response response) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryHandlerServlet.java126 String pdpEntityID =
134 + ", pdpEntityID=" + pdpEntityID);
144 reply = onMessage(soapMsg,request,response,realm,pdpEntityID);
185 * @param pdpEntityID Entity ID of the Policy Decision Point (PDP).
193 String pdpEntityID) throws SOAPException {
208 processSAMLRequest(realm,pdpEntityID,reqAbs,request,soapMsg);
223 * @param pdpEntityID the entity id of the policy decision provider.
228 static void signAssertion(String realm,String pdpEntityID, argument
241 realm, SAML2Constants.PDP_ROLE,pdpEntityID,
188 onMessage( SOAPMessage soapMsg, HttpServletRequest request, HttpServletResponse response, String realm, String pdpEntityID) argument
267 processSAMLRequest(String realm,String pdpEntityID,Element reqAbs, HttpServletRequest request,SOAPMessage soapMsg) argument
334 processXACMLResponse(String realm,String pdpEntityID, RequestAbstract samlRequest,HttpServletRequest request, SOAPMessage soapMsg) argument
478 signResponse(Response response, String realm, String pepEntityID, String pdpEntityID) argument
[all...]
H A DQueryClient.java115 * @param pdpEntityID entity identifier of the remote server.
122 String pdpEntityID)
136 // retreive pdpEntityID metadata
137 if (pdpEntityID == null || pdpEntityID.length() == 0) {
139 String[] data = { pdpEntityID };
160 pdpEntityID);
180 endPoint = getPDPEndPoint(pdpEntityID);
230 String[] args = {realm, pepEntityID, pdpEntityID};
389 * @param pdpEntityID <cod
120 processXACMLQuery(RequestAbstract request, String pepEntityID, String pdpEntityID) argument
393 verifyResponseIssuer(String realm,String pepEntityID, String pdpEntityID) argument
414 getPDPEndPoint(String pdpEntityID) argument
498 getPDPConfig( String realm, String pdpEntityID) argument
861 verifySignedResponse(String pepEntityID, String pdpEntityID, Response response) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DXACMLQueryUtil.java87 * @param pdpEntityID PDP entity ID
101 String pdpEntityID,
183 Xrequest, pdpEntityID, pepEntityID);
99 getPolicyDecisionForFedlet(HttpServletRequest request, String pepEntityID, String pdpEntityID, String nameIDValue, String serviceName, String resource, String action) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DXACMLQueryUtil.java87 * @param pdpEntityID PDP entity ID
101 String pdpEntityID,
183 Xrequest, pdpEntityID, pepEntityID);
99 getPolicyDecisionForFedlet(HttpServletRequest request, String pepEntityID, String pdpEntityID, String nameIDValue, String serviceName, String resource, String action) argument

Completed in 64 milliseconds