Searched defs:aad (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnQueryUtil.java111 AuthnAuthorityDescriptorElement aad = null;
113 aad = metaManager.getAuthnAuthorityDescriptor(realm,
122 if (aad == null) {
133 List authnService = aad.getAuthnQueryService();
150 authnAuthorityEntityID, realm, aad);
184 AuthnAuthorityDescriptorElement aad = null;
187 aad = metaManager.getAuthnAuthorityDescriptor(realm,
196 if (aad == null) {
439 AuthnAuthorityDescriptorElement aad) throws SAML2Exception {
475 aad);
437 sendAuthnQuerySOAP(AuthnQuery authnQuery, String authnServiceURL, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
480 verifyResponse(Response response, AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
[all...]
H A DAttributeQueryUtil.java135 AttributeAuthorityDescriptorElement aad = null;
137 aad = metaManager.getAttributeAuthorityDescriptor(
146 if (aad == null) {
156 String location = findLocation(aad, binding, attrQueryProfile,
167 attrAuthorityEntityID, aad);
197 AttributeAuthorityDescriptorElement aad = null;
199 aad = metaManager.getAttributeAuthorityDescriptor(
208 if (aad == null) {
218 String location = findLocation(aad, binding, attrQueryProfile,
287 AttributeAuthorityDescriptorElement aad
1044 sendAttributeQuerySOAP(AttributeQuery attrQuery, String attributeServiceURL, String attrAuthorityEntityID, AttributeAuthorityDescriptorElement aad) argument
1098 verifyResponse(Response response, AttributeQuery attrQuery, String attrAuthorityEntityID, AttributeAuthorityDescriptorElement aad) 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 DAuthnQueryUtil.java113 AuthnAuthorityDescriptorElement aad = null;
115 aad = metaManager.getAuthnAuthorityDescriptor(realm,
124 if (aad == null) {
135 List authnService = aad.getAuthnQueryService();
152 authnAuthorityEntityID, realm, aad);
186 AuthnAuthorityDescriptorElement aad = null;
189 aad = metaManager.getAuthnAuthorityDescriptor(realm,
198 if (aad == null) {
441 AuthnAuthorityDescriptorElement aad) throws SAML2Exception {
477 aad);
439 sendAuthnQuerySOAP(AuthnQuery authnQuery, String authnServiceURL, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
482 verifyResponse(Response response, AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, AuthnAuthorityDescriptorElement aad) argument
[all...]
H A DAttributeQueryUtil.java137 AttributeAuthorityDescriptorElement aad = null;
139 aad = metaManager.getAttributeAuthorityDescriptor(
148 if (aad == null) {
158 String location = findLocation(aad, binding, attrQueryProfile,
169 attrAuthorityEntityID, aad);
199 AttributeAuthorityDescriptorElement aad = null;
201 aad = metaManager.getAttributeAuthorityDescriptor(
210 if (aad == null) {
220 String location = findLocation(aad, binding, attrQueryProfile,
289 AttributeAuthorityDescriptorElement aad
1046 sendAttributeQuerySOAP(AttributeQuery attrQuery, String attributeServiceURL, String attrAuthorityEntityID, AttributeAuthorityDescriptorElement aad) argument
1100 verifyResponse(Response response, AttributeQuery attrQuery, String attrAuthorityEntityID, AttributeAuthorityDescriptorElement aad) argument
1149 findLocation( AttributeAuthorityDescriptorElement aad, String binding, String attrQueryProfile, String attrProfile) argument
[all...]

Completed in 34 milliseconds