Searched defs:attrService (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | AttributeQueryUtil.java | 1166 AttributeServiceElement attrService = 1168 if (isValidAttributeService(binding, attrService, 1171 return attrService.getLocation(); 1180 AttributeServiceElement attrService, String attrQueryProfile) { 1182 if (!binding.equalsIgnoreCase(attrService.getBinding())) { 1193 attrQueryProfile) && attrService.isSupportsX509Query())); 1179 isValidAttributeService(String binding, AttributeServiceElement attrService, String attrQueryProfile) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | AttributeQueryUtil.java | 1168 AttributeServiceElement attrService = 1170 if (isValidAttributeService(binding, attrService, 1173 return attrService.getLocation(); 1182 AttributeServiceElement attrService, String attrQueryProfile) { 1184 if (!binding.equalsIgnoreCase(attrService.getBinding())) { 1195 attrQueryProfile) && attrService.isSupportsX509Query())); 1181 isValidAttributeService(String binding, AttributeServiceElement attrService, String attrQueryProfile) argument
|
Completed in 56 milliseconds