Searched defs:samlAuthorityEntityID (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAssertionIDRequestMapper.java50 * @param samlAuthorityEntityID entity ID of SAML authority
60 HttpServletResponse response, String samlAuthorityEntityID,
59 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
H A DDefaultAssertionIDRequestMapper.java52 * @param samlAuthorityEntityID entity ID of SAML authority
59 HttpServletResponse response, String samlAuthorityEntityID,
58 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAssertionIDRequestMapper.java50 * @param samlAuthorityEntityID entity ID of SAML authority
60 HttpServletResponse response, String samlAuthorityEntityID,
59 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
H A DDefaultAssertionIDRequestMapper.java52 * @param samlAuthorityEntityID entity ID of SAML authority
59 HttpServletResponse response, String samlAuthorityEntityID,
58 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAssertionIDRequestUtil.java105 * @param samlAuthorityEntityID entity ID of SAML authority
119 AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID,
124 samlAuthorityEntityID, role, realm, binding, location);
129 location.toString(), realm, samlAuthorityEntityID, role, roled);
142 * @param samlAuthorityEntityID entity ID of SAML authority
155 String assertionID, String samlAuthorityEntityID,
159 getRoleDescriptorAndLocation(samlAuthorityEntityID, role, realm,
168 samlAuthorityEntityID, role);
265 * @param samlAuthorityEntityID entity ID of SAML authority
272 HttpServletResponse response, String samlAuthorityEntityID,
118 sendAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) argument
154 sendAssertionIDRequestURI( String assertionID, String samlAuthorityEntityID, String role, String realm) argument
271 processAssertionIDRequestURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
380 processAssertionIDRequest( AssertionIDRequest assertionIDRequest, HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
485 getRoleDescriptorAndLocation( String samlAuthorityEntityID, String role, String realm, String binding, StringBuffer location) argument
582 verifyAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm) argument
623 signResponse(Response response, String samlAuthorityEntityID, String role, String realm, boolean includeCert) argument
646 fillInBasicAuthInfo(String location, String realm, String samlAuthorityEntityID, String role) argument
671 sendAssertionIDRequestBySOAP( AssertionIDRequest assertionIDRequest, String location, String realm, String samlAuthorityEntityID, String role, RoleDescriptorType roled) argument
715 verifyResponse(Response response, AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, RoleDescriptorType roled) argument
757 getAssertionIDRequestMapper( String realm, String samlAuthorityEntityID, String role) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAssertionIDRequestUtil.java107 * @param samlAuthorityEntityID entity ID of SAML authority
121 AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID,
126 samlAuthorityEntityID, role, realm, binding, location);
131 location.toString(), realm, samlAuthorityEntityID, role, roled);
144 * @param samlAuthorityEntityID entity ID of SAML authority
157 String assertionID, String samlAuthorityEntityID,
161 getRoleDescriptorAndLocation(samlAuthorityEntityID, role, realm,
170 samlAuthorityEntityID, role);
267 * @param samlAuthorityEntityID entity ID of SAML authority
274 HttpServletResponse response, String samlAuthorityEntityID,
120 sendAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) argument
156 sendAssertionIDRequestURI( String assertionID, String samlAuthorityEntityID, String role, String realm) argument
273 processAssertionIDRequestURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
382 processAssertionIDRequest( AssertionIDRequest assertionIDRequest, HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
487 getRoleDescriptorAndLocation( String samlAuthorityEntityID, String role, String realm, String binding, StringBuffer location) argument
584 verifyAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm) argument
625 signResponse(Response response, String samlAuthorityEntityID, String role, String realm, boolean includeCert) argument
648 fillInBasicAuthInfo(String location, String realm, String samlAuthorityEntityID, String role) argument
673 sendAssertionIDRequestBySOAP( AssertionIDRequest assertionIDRequest, String location, String realm, String samlAuthorityEntityID, String role, RoleDescriptorType roled) argument
717 verifyResponse(Response response, AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, RoleDescriptorType roled) argument
759 getAssertionIDRequestMapper( String realm, String samlAuthorityEntityID, String role) argument
[all...]

Completed in 35 milliseconds