Searched defs:pdpConfig (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.java156 XACMLPDPConfigElement pdpConfig = getPDPConfig(realm,
158 if (pdpConfig != null) {
160 pdpConfig,
499 XACMLPDPConfigElement pdpConfig = null;
503 pdpConfig =
517 return pdpConfig;
757 * @param pdpConfig the PDP extended configuration object.
764 XACMLPDPConfigElement pdpConfig,String attrName)
773 Map attrs = SAML2MetaUtils.getAttributes(pdpConfig);
763 getAttributeValueFromPDPConfig( XACMLPDPConfigElement pdpConfig,String attrName) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java159 XACMLPDPConfigElement pdpConfig = getPDPConfig(realm,
161 if (pdpConfig != null) {
163 pdpConfig,
502 XACMLPDPConfigElement pdpConfig = null;
506 pdpConfig =
520 return pdpConfig;
760 * @param pdpConfig the PDP extended configuration object.
767 XACMLPDPConfigElement pdpConfig,String attrName)
776 Map attrs = SAML2MetaUtils.getAttributes(pdpConfig);
766 getAttributeValueFromPDPConfig( XACMLPDPConfigElement pdpConfig,String attrName) argument

Completed in 24 milliseconds