Lines Matching refs:AttributeQueryUtil

25  * $Id: AttributeQueryUtil.java,v 1.11 2009/07/24 22:51:48 madan_ranganath Exp $
96 public class AttributeQueryUtil {
109 SAML2Utils.debug.error("AttributeQueryUtil.static:", se);
113 private AttributeQueryUtil() {
142 SAML2Utils.debug.error("AttributeQueryUtil.sendAttributeQuery:",
204 SAML2Utils.debug.error("AttributeQueryUtil.sendAttributeQuery:",
262 String attrQueryProfile = AttributeQueryUtil.getAttributeQueryProfile(
270 SAML2Utils.debug.message("AttributeQueryUtil." +
281 SAML2Utils.debug.error("AttributeQueryUtil.processAttributeQuery:",
294 SAML2Utils.debug.error("AttributeQueryUtil.processAttributeQuery:",
313 SAML2Utils.debug.message("AttributeQueryUtil." +
323 SAML2Utils.debug.message("AttributeQueryUtil." +
332 List desiredAttrs = (List)request.getAttribute("AttributeQueryUtil-desiredAttrs");
348 if (request.getAttribute("AttributeQueryUtil-storeAllAttributes") != null) {
349 request.setAttribute("AttributeQueryUtil-allAttributes", attributes);
365 "AttributeQueryUtil.processAttributeQuery:", se);
382 "AttributeQueryUtil.processAttributeQuery:", se);
516 "AttributeQueryUtil.verifyAttributeQuery: " +
566 "AttributeQueryUtil.getIdentityFromDataStoreX509Subject: " +
575 "AttributeQueryUtil.getIdentityFromDataStoreX509Subject:",dse);
620 SAML2Utils.debug.message("AttributeQueryUtil.getIdentity: NameID attribute from map: " + userId);
630 "AttributeQueryUtil.getIdentityFromDataStore1:", dse);
642 "AttributeQueryUtil.getIdentityFromDataStore:", dse);
658 "AttributeQueryUtil.getUserAttributes: " +
667 "AttributeQueryUtil.getUserAttributes:" +
674 "AttributeQueryUtil.getUserAttributes: " +
690 "AttributeQueryUtil.getUserAttributes:", dse);
704 "AttributeQueryUtil.getUserAttributes:" +
718 "AttributeQueryUtil.getUserAttributes:" +
902 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: attributes are null");
906 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: desired attributes are null");
984 "AttributeQueryUtil.filterAttributeValues:", se);
1040 "AttributeQueryUtil.isValueValid:", ex);
1053 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1056 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1066 "AttributeQueryUtil.sendAttributeQuerySOAP: ", se);
1081 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1091 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1135 "AttributeQueryUtil.verifyResponse: " +
1152 SAML2Utils.debug.message("AttributeQueryUtil.findLocation entering...");
1155 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfiles is null or empty");
1157 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfiles is null or empty and attrProfile is null");
1161 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfile not found in the attrProfiles");
1164 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: entering...");
1172 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: found valid service");
1176 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: nothing found, leaving last line with null");
1224 "AttributeQueryUtil.getAttributeAuthorityMapper: use "+
1238 "AttributeQueryUtil.getAttributeAuthorityMapper: " +
1244 "AttributeQueryUtil.getAttributeAuthorityMapper: " +
1268 SAML2Utils.debug.message("AttributeQueryUtil." +
1340 final String classMethod = "AttributeQueryUtil.getAttributesForFedlet: ";