Searched defs:pepConfig (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java175 XACMLAuthzDecisionQueryConfigElement pepConfig =
189 pepConfig,endPoint);
465 XACMLAuthzDecisionQueryConfigElement pepConfig = null;
469 pepConfig =
483 return pepConfig;
563 XACMLAuthzDecisionQueryConfigElement pepConfig =
567 pepConfig,SAML2Constants.WANT_ASSERTION_ENCRYPTED);
589 decryptionKeys = KeyUtil.getDecryptionKeys(pepConfig);
724 * @param pepConfig the PEP extended configuration object.
731 XACMLAuthzDecisionQueryConfigElement pepConfig,Strin
730 getAttributeValueFromPEPConfig( XACMLAuthzDecisionQueryConfigElement pepConfig,String attrName) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java178 XACMLAuthzDecisionQueryConfigElement pepConfig =
192 pepConfig,endPoint);
468 XACMLAuthzDecisionQueryConfigElement pepConfig = null;
472 pepConfig =
486 return pepConfig;
566 XACMLAuthzDecisionQueryConfigElement pepConfig =
570 pepConfig,SAML2Constants.WANT_ASSERTION_ENCRYPTED);
592 decryptionKeys = KeyUtil.getDecryptionKeys(pepConfig);
727 * @param pepConfig the PEP extended configuration object.
734 XACMLAuthzDecisionQueryConfigElement pepConfig,Strin
733 getAttributeValueFromPEPConfig( XACMLAuthzDecisionQueryConfigElement pepConfig,String attrName) argument
[all...]

Completed in 68 milliseconds