/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/ |
H A D | SLOLocationTest.java | 80 private SingleLogoutServiceElement endpointFor(String binding, String location) { argument 82 ret.setBinding(binding);
|
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/ |
H A D | SLOLocationTest.java | 80 private SingleLogoutServiceElement endpointFor(String binding, String location) { argument 82 ret.setBinding(binding);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | IDPSessionListener.java | 276 * Performs an IdP initiated SLO against the remote SP using SOAP binding. 281 * @param binding Binding used 289 private void initiateIDPSingleLogout(String sessionIndex, String metaAlias, String realm, String binding, argument 312 LogoutUtil.doLogout(metaAlias, spEntityID, slosList, null, binding, null, sessionIndex, nameID, null, null,
|
H A D | AuthnQueryUtil.java | 99 * @param binding the binding 107 String authnAuthorityEntityID, String realm, String binding) 127 if (binding == null) { 137 if (binding.equalsIgnoreCase(authnService1.getBinding())) { 147 if (binding.equalsIgnoreCase(SAML2Constants.SOAP)) { 106 sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) argument
|
H A D | SPSessionListener.java | 220 * Performs an SP initiated SLO against the remote IdP using SOAP binding. 224 * @param binding Binding used 232 private static void initiateSPSingleLogout(String metaAlias, String realm, String binding, argument 257 LogoutUtil.doLogout(metaAlias, nameIdInfoKey.getRemoteEntityID(), slosList, null, binding, null,
|
H A D | AssertionIDRequestUtil.java | 111 * @param binding the binding 120 String role, String realm, String binding) throws SAML2Exception { 124 samlAuthorityEntityID, role, realm, binding, location); 126 if (binding.equalsIgnoreCase(SAML2Constants.SOAP)) { 487 String binding, StringBuffer location) throws SAML2Exception { 536 if (binding == null) { 549 if (binding.equalsIgnoreCase(aIDReqService.getBinding())) { 118 sendAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) argument 485 getRoleDescriptorAndLocation( String samlAuthorityEntityID, String role, String realm, String binding, StringBuffer location) argument
|
H A D | ResponseInfo.java | 53 * @param binding Profile binding used, one of the following values: 59 public ResponseInfo(Response response, String binding, argument 62 this.profileBinding = binding; 86 * Returns the profile binding, one of the following values: 92 * @return the binding.
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | IDPSessionListener.java | 276 * Performs an IdP initiated SLO against the remote SP using SOAP binding. 281 * @param binding Binding used 289 private void initiateIDPSingleLogout(String sessionIndex, String metaAlias, String realm, String binding, argument 312 LogoutUtil.doLogout(metaAlias, spEntityID, slosList, null, binding, null, sessionIndex, nameID, null, null,
|
H A D | AuthnQueryUtil.java | 101 * @param binding the binding 109 String authnAuthorityEntityID, String realm, String binding) 129 if (binding == null) { 139 if (binding.equalsIgnoreCase(authnService1.getBinding())) { 149 if (binding.equalsIgnoreCase(SAML2Constants.SOAP)) { 108 sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) argument
|
H A D | SPSessionListener.java | 220 * Performs an SP initiated SLO against the remote IdP using SOAP binding. 224 * @param binding Binding used 232 private static void initiateSPSingleLogout(String metaAlias, String realm, String binding, argument 257 LogoutUtil.doLogout(metaAlias, nameIdInfoKey.getRemoteEntityID(), slosList, null, binding, null,
|
H A D | AssertionIDRequestUtil.java | 113 * @param binding the binding 122 String role, String realm, String binding) throws SAML2Exception { 126 samlAuthorityEntityID, role, realm, binding, location); 128 if (binding.equalsIgnoreCase(SAML2Constants.SOAP)) { 489 String binding, StringBuffer location) throws SAML2Exception { 538 if (binding == null) { 551 if (binding.equalsIgnoreCase(aIDReqService.getBinding())) { 120 sendAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) argument 487 getRoleDescriptorAndLocation( String samlAuthorityEntityID, String role, String realm, String binding, StringBuffer location) argument
|
H A D | ResponseInfo.java | 56 * @param binding Profile binding used, one of the following values: 62 public ResponseInfo(Response response, String binding, argument 65 this.profileBinding = binding; 96 * Returns the profile binding, one of the following values: 102 * @return the binding.
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | AuthorityBinding.java | 44 * presence over multiple protocol binding, at multiple locations, and as 231 * protocol binding in use. 232 *@param binding A String representing a URI reference identifying the 233 * SAML protocol binding to use in communicating with the 238 public AuthorityBinding(int authKind, String location, String binding) argument 251 if (binding == null || binding.length() == 0){ 254 "binding URI can not be null or empty!"); 259 _binding = binding; 279 * depends on the protocol binding i [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultFedletAdapter.java | 80 * @param binding Single Logout binding used, 97 String binding) 163 conn.setRequestProperty("Binding", binding); 198 * @param binding Single Logout binding used, 212 String binding) 215 logoutRes, hostedEntityID, idpEntityID, binding, true); 229 * @param binding Single Logout binding use 89 doFedletSLO( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, String hostedEntityID, String idpEntityID, List siList, String nameIDValue, String binding) argument 205 onFedletSLOSuccess( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument 236 onFedletSLOFailure( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument 250 onFedletSLOSuccessOrFailure( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding, boolean isSuccess) argument [all...] |
H A D | FedletAdapter.java | 79 * @param binding Single Logout binding used, 96 String binding) 111 * @param binding Single Logout binding used, 125 String binding) 140 * @param binding Single Logout binding used, 154 String binding) 88 doFedletSLO( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, String hostedEntityID, String idpEntityID, List siList, String nameIDValue, String binding) argument 118 onFedletSLOSuccess( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument 147 onFedletSLOFailure( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument
|
H A D | SAML2IDPProxyFRImpl.java | 79 String binding = ""; field in class:SAML2IDPProxyFRImpl 135 binding = SAML2Constants.HTTP_REDIRECT; 137 binding = SAML2Constants.HTTP_POST; 525 paramsMap.put("binding", binding);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/ |
H A D | UtilProxySAMLAuthenticator.java | 119 String binding = SAML2Constants.HTTP_REDIRECT; 121 binding = SAML2Constants.HTTP_POST; 124 data.setAuthnRequest(getAuthnRequest(request, isFromECP, binding)); 196 String ssoURL = SPSSOFederate.getSSOURL(ssoServiceList, binding); 288 redirectToAuth(spSSODescriptor, binding, idpAuthnContextInfo, data); 348 data.getRelayState(), binding); 358 paramsMap.put("binding", binding); 510 private void redirectToAuth(SPSSODescriptorElement spSSODescriptor, String binding, argument 549 data.getRelayState(), binding); 618 getAuthnRequest(HttpServletRequest request, boolean isFromECP, String binding) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | AuthorityBinding.java | 44 * presence over multiple protocol binding, at multiple locations, and as 231 * protocol binding in use. 232 *@param binding A String representing a URI reference identifying the 233 * SAML protocol binding to use in communicating with the 238 public AuthorityBinding(int authKind, String location, String binding) argument 251 if (binding == null || binding.length() == 0){ 254 "binding URI can not be null or empty!"); 259 _binding = binding; 279 * depends on the protocol binding i [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultFedletAdapter.java | 80 * @param binding Single Logout binding used, 97 String binding) 163 conn.setRequestProperty("Binding", binding); 198 * @param binding Single Logout binding used, 212 String binding) 215 logoutRes, hostedEntityID, idpEntityID, binding, true); 229 * @param binding Single Logout binding use 89 doFedletSLO( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, String hostedEntityID, String idpEntityID, List siList, String nameIDValue, String binding) argument 205 onFedletSLOSuccess( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument 236 onFedletSLOFailure( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument 250 onFedletSLOSuccessOrFailure( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding, boolean isSuccess) argument [all...] |
H A D | FedletAdapter.java | 79 * @param binding Single Logout binding used, 96 String binding) 111 * @param binding Single Logout binding used, 125 String binding) 140 * @param binding Single Logout binding used, 154 String binding) 88 doFedletSLO( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, String hostedEntityID, String idpEntityID, List siList, String nameIDValue, String binding) argument 118 onFedletSLOSuccess( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument 147 onFedletSLOFailure( HttpServletRequest request, HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/ |
H A D | UtilProxySAMLAuthenticator.java | 118 String binding = SAML2Constants.HTTP_REDIRECT; 120 binding = SAML2Constants.HTTP_POST; 123 data.setAuthnRequest(getAuthnRequest(request, isFromECP, binding)); 195 SingleSignOnServiceElement endPoint = SPSSOFederate.getSingleSignOnServiceEndpoint(ssoServiceList, binding); 297 redirectToAuth(spSSODescriptor, binding, idpAuthnContextInfo, data); 357 data.getRelayState(), binding); 367 paramsMap.put("binding", binding); 520 private void redirectToAuth(SPSSODescriptorElement spSSODescriptor, String binding, argument 559 data.getRelayState(), binding); 629 getAuthnRequest(HttpServletRequest request, boolean isFromECP, String binding) argument [all...] |
/forgerock/openam-v13/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/ |
H A D | OAuth2Saml2GrantSPAdapter.java | 161 String binding) { 176 String binding) { 191 String binding) 207 String binding) { 153 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument 168 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument 183 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument 199 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/ |
H A D | IdentityProvider.cs | 220 /// Obtain the single attribute query location based on the given binding and support for X509 query.
222 /// <param name="binding">
223 /// The binding associated with the desired service.
230 /// binding and support for X509 query.
232 public string GetSingleAttributeServiceLocation(string binding, bool supportsX509Query)
argument 237 xpath.Append(binding);
382 /// Obtain the artifact resolution service location based on the given binding.
384 /// <param name="binding">The binding associated with the desired service.</param>
385 /// <returns>Service location as defined in the metadata for the binding, nul 386 GetArtifactResolutionServiceLocation(string binding) argument 414 GetSingleLogoutServiceLocation(string binding) argument 443 GetSingleLogoutServiceResponseLocation(string binding) argument 466 GetSingleSignOnServiceLocation(string binding) argument [all...] |
/forgerock/openam/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/ |
H A D | OAuth2Saml2GrantSPAdapter.java | 156 String binding) { 171 String binding) { 186 String binding) 202 String binding) { 148 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument 163 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument 178 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument 194 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/ |
H A D | IdentityProvider.cs | 221 /// Obtain the single attribute query location based on the given binding and support for X509 query.
223 /// <param name="binding">
224 /// The binding associated with the desired service.
231 /// binding and support for X509 query.
233 public string GetSingleAttributeServiceLocation(string binding, bool supportsX509Query)
argument 238 xpath.Append(binding);
445 /// Obtain the artifact resolution service location based on the given binding.
447 /// <param name="binding">The binding associated with the desired service.</param>
448 /// <returns>Service location as defined in the metadata for the binding, nul 449 GetArtifactResolutionServiceLocation(string binding) argument 477 GetSingleLogoutServiceLocation(string binding) argument 506 GetSingleLogoutServiceResponseLocation(string binding) argument 529 GetSingleSignOnServiceLocation(string binding) argument [all...] |