Lines Matching refs:AttributeQueryUtil

25  * $Id: AttributeQueryUtil.java,v 1.11 2009/07/24 22:51:48 madan_ranganath Exp $
94 public class AttributeQueryUtil {
107 SAML2Utils.debug.error("AttributeQueryUtil.static:", se);
111 private AttributeQueryUtil() {
140 SAML2Utils.debug.error("AttributeQueryUtil.sendAttributeQuery:",
202 SAML2Utils.debug.error("AttributeQueryUtil.sendAttributeQuery:",
260 String attrQueryProfile = AttributeQueryUtil.getAttributeQueryProfile(
268 SAML2Utils.debug.message("AttributeQueryUtil." +
279 SAML2Utils.debug.error("AttributeQueryUtil.processAttributeQuery:",
292 SAML2Utils.debug.error("AttributeQueryUtil.processAttributeQuery:",
311 SAML2Utils.debug.message("AttributeQueryUtil." +
321 SAML2Utils.debug.message("AttributeQueryUtil." +
330 List desiredAttrs = (List)request.getAttribute("AttributeQueryUtil-desiredAttrs");
346 if (request.getAttribute("AttributeQueryUtil-storeAllAttributes") != null) {
347 request.setAttribute("AttributeQueryUtil-allAttributes", attributes);
363 "AttributeQueryUtil.processAttributeQuery:", se);
380 "AttributeQueryUtil.processAttributeQuery:", se);
514 "AttributeQueryUtil.verifyAttributeQuery: " +
564 "AttributeQueryUtil.getIdentityFromDataStoreX509Subject: " +
573 "AttributeQueryUtil.getIdentityFromDataStoreX509Subject:",dse);
618 SAML2Utils.debug.message("AttributeQueryUtil.getIdentity: NameID attribute from map: " + userId);
628 "AttributeQueryUtil.getIdentityFromDataStore1:", dse);
640 "AttributeQueryUtil.getIdentityFromDataStore:", dse);
656 "AttributeQueryUtil.getUserAttributes: " +
665 "AttributeQueryUtil.getUserAttributes:" +
672 "AttributeQueryUtil.getUserAttributes: " +
688 "AttributeQueryUtil.getUserAttributes:", dse);
702 "AttributeQueryUtil.getUserAttributes:" +
716 "AttributeQueryUtil.getUserAttributes:" +
900 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: attributes are null");
904 SAML2Utils.debug.message("AttributeQueryUtil.filterAttributes: desired attributes are null");
982 "AttributeQueryUtil.filterAttributeValues:", se);
1038 "AttributeQueryUtil.isValueValid:", ex);
1051 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1054 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1064 "AttributeQueryUtil.sendAttributeQuerySOAP: ", se);
1079 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1089 "AttributeQueryUtil.sendAttributeQuerySOAP: " +
1133 "AttributeQueryUtil.verifyResponse: " +
1150 SAML2Utils.debug.message("AttributeQueryUtil.findLocation entering...");
1153 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfiles is null or empty");
1155 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfiles is null or empty and attrProfile is null");
1159 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfile not found in the attrProfiles");
1162 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: entering...");
1170 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: found valid service");
1174 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: nothing found, leaving last line with null");
1222 "AttributeQueryUtil.getAttributeAuthorityMapper: use "+
1236 "AttributeQueryUtil.getAttributeAuthorityMapper: " +
1242 "AttributeQueryUtil.getAttributeAuthorityMapper: " +
1266 SAML2Utils.debug.message("AttributeQueryUtil." +
1338 final String classMethod = "AttributeQueryUtil.getAttributesForFedlet: ";