Searched defs:attrProfile (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 DAttributeQueryUtil.java123 * @param attrProfile the attribute profile
133 String attrProfile, String binding) throws SAML2Exception {
157 attrProfile);
185 * @param attrProfile the attribute profile
195 String attrProfile, String binding) throws SAML2Exception {
219 attrProfile);
1149 String attrQueryProfile, String attrProfile) {
1154 if (attrProfile != null) {
1155 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfiles is null or empty and attrProfile is null");
1158 } else if (!attrProfiles.contains(attrProfile)) {
131 sendAttributeQuery(AttributeQuery attrQuery, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) argument
192 sendAttributeQuery(AttributeQuery attrQuery, HttpServletRequest request, HttpServletResponse response, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) argument
1147 findLocation( AttributeAuthorityDescriptorElement aad, String binding, String attrQueryProfile, String attrProfile) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java125 * @param attrProfile the attribute profile
135 String attrProfile, String binding) throws SAML2Exception {
159 attrProfile);
187 * @param attrProfile the attribute profile
197 String attrProfile, String binding) throws SAML2Exception {
221 attrProfile);
1151 String attrQueryProfile, String attrProfile) {
1156 if (attrProfile != null) {
1157 SAML2Utils.debug.message("AttributeQueryUtil.findLocation: attrProfiles is null or empty and attrProfile is null");
1160 } else if (!attrProfiles.contains(attrProfile)) {
133 sendAttributeQuery(AttributeQuery attrQuery, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) argument
194 sendAttributeQuery(AttributeQuery attrQuery, HttpServletRequest request, HttpServletResponse response, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) argument
1149 findLocation( AttributeAuthorityDescriptorElement aad, String binding, String attrQueryProfile, String attrProfile) argument
[all...]

Completed in 50 milliseconds