Searched defs:hostedEntityID (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DRequestHandler.java50 * @param hostedEntityID the entity identifier of the host.
57 public Response handleQuery(String hostedEntityID,String remoteEntityID, argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DRequestHandler.java50 * @param hostedEntityID the entity identifier of the host.
57 public Response handleQuery(String hostedEntityID,String remoteEntityID, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultFedletAdapter.java75 * @param hostedEntityID entity ID for the fedlet
93 String hostedEntityID,
104 .getSPSSOConfig("/", hostedEntityID);
150 conn.setRequestProperty("SP", URLEncDec.encode(hostedEntityID));
195 * @param hostedEntityID entity ID for the fedlet
210 String hostedEntityID,
215 logoutRes, hostedEntityID, idpEntityID, binding, true);
226 * @param hostedEntityID entity ID for the fedlet
241 String hostedEntityID,
246 logoutRes, hostedEntityID, idpEntityI
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 DDefaultIDPAdapter.java49 public void initialize(String hostedEntityID, String realm) { argument
57 String hostedEntityID,
70 String hostedEntityID,
56 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
69 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
H A DFedletAdapter.java74 * @param hostedEntityID entity ID for the fedlet
92 String hostedEntityID,
108 * @param hostedEntityID entity ID for the fedlet
123 String hostedEntityID,
137 * @param hostedEntityID entity ID for the fedlet
152 String hostedEntityID,
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 DSAML2IdentityProviderAdapter.java47 * @param hostedEntityID entity ID for the hosted IDP
50 public void initialize(String hostedEntityID, String realm); argument
58 * @param hostedEntityID entity ID for the hosted IDP
68 String hostedEntityID,
81 * @param hostedEntityID entity ID for the hosted IDP
93 String hostedEntityID,
67 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
92 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
H A DSAML2ServiceProviderAdapter.java141 * @param hostedEntityID entity ID for the hosted SP
151 String hostedEntityID,
165 * @param hostedEntityID entity ID for the hosted SP
179 String hostedEntityID,
192 * @param hostedEntityID Entity ID for the hosted SP
211 String hostedEntityID,
228 * @param hostedEntityID Entity ID for the hosted SP
245 String hostedEntityID,
259 * @param hostedEntityID Entity ID for the hosted SP
275 String hostedEntityID,
150 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
178 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
210 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
244 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
274 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
302 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
332 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
362 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java63 private String hostedEntityID = null; field in class:FSNameMappingHandler
84 hostedEntityID = entityID;
126 hostedEntityID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java63 private String hostedEntityID = null; field in class:FSNameMappingHandler
84 hostedEntityID = entityID;
126 hostedEntityID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultFedletAdapter.java75 * @param hostedEntityID entity ID for the fedlet
93 String hostedEntityID,
104 .getSPSSOConfig("/", hostedEntityID);
150 conn.setRequestProperty("SP", URLEncDec.encode(hostedEntityID));
195 * @param hostedEntityID entity ID for the fedlet
210 String hostedEntityID,
215 logoutRes, hostedEntityID, idpEntityID, binding, true);
226 * @param hostedEntityID entity ID for the fedlet
241 String hostedEntityID,
246 logoutRes, hostedEntityID, idpEntityI
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 DDefaultIDPAdapter.java49 public void initialize(String hostedEntityID, String realm) { argument
57 String hostedEntityID,
70 String hostedEntityID,
56 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
69 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
H A DFedletAdapter.java74 * @param hostedEntityID entity ID for the fedlet
92 String hostedEntityID,
108 * @param hostedEntityID entity ID for the fedlet
123 String hostedEntityID,
137 * @param hostedEntityID entity ID for the fedlet
152 String hostedEntityID,
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 DSAML2IdentityProviderAdapter.java47 * @param hostedEntityID entity ID for the hosted IDP
50 public void initialize(String hostedEntityID, String realm); argument
58 * @param hostedEntityID entity ID for the hosted IDP
68 String hostedEntityID,
81 * @param hostedEntityID entity ID for the hosted IDP
93 String hostedEntityID,
67 preSingleSignOn( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, String reqID) argument
92 preAuthentication( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Object session, String reqID, String relayState) argument
/forgerock/openam-v13/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DOAuth2Saml2GrantSPAdapter.java55 String hostedEntityID,
70 String hostedEntityID,
85 String hostedEntityID,
102 sb.append(hostedEntityID);
103 if (hostedEntityID.endsWith("/")){
117 sb.append(hostedEntityID);
138 String hostedEntityID,
154 String hostedEntityID,
169 String hostedEntityID,
184 String hostedEntityID,
54 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
69 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
84 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
137 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
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
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java170 * @param hostedEntityID provider ID for the hosted SP
185 String hostedEntityID,
195 + "process " + hostedEntityID);
267 set.add("|" + hostedEntityID + "|" + nameId + "|");
297 realm, hostedEntityID);
311 new FSAccountFedInfoKey(hostedEntityID, nameId);
356 public boolean postSSOFederationFailure(String hostedEntityID, argument
366 + "process " + hostedEntityID
184 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse ) argument
/forgerock/openam/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DOAuth2Saml2GrantSPAdapter.java56 String hostedEntityID,
71 String hostedEntityID,
86 String hostedEntityID,
102 sb.append(hostedEntityID);
103 if (hostedEntityID.endsWith("/")){
117 sb.append(hostedEntityID);
133 String hostedEntityID,
149 String hostedEntityID,
164 String hostedEntityID,
179 String hostedEntityID,
55 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
70 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
85 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
132 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
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
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java170 * @param hostedEntityID provider ID for the hosted SP
185 String hostedEntityID,
195 + "process " + hostedEntityID);
267 set.add("|" + hostedEntityID + "|" + nameId + "|");
297 realm, hostedEntityID);
311 new FSAccountFedInfoKey(hostedEntityID, nameId);
356 public boolean postSSOFederationFailure(String hostedEntityID, argument
366 + "process " + hostedEntityID
184 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java719 static String preSingleLogoutProcess(String hostedEntityID, argument
726 spAdapter = SAML2Utils.getSPAdapterClass(hostedEntityID, realm);
747 spAdapter.preSingleLogoutProcess(hostedEntityID, realm, request,
753 static void postSingleLogoutSuccess(String hostedEntityID, argument
760 spAdapter = SAML2Utils.getSPAdapterClass(hostedEntityID, realm);
768 spAdapter.postSingleLogoutSuccess(hostedEntityID, realm, request,
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/source/com/sun/identity/saml2/plugins/
H A DOAMAdapter.java172 * @param hostedEntityID entity ID for the hosted SP
182 String hostedEntityID,
197 * @param hostedEntityID entity ID for the hosted SP
211 String hostedEntityID,
224 * @param hostedEntityID Entity ID for the hosted SP
242 String hostedEntityID,
291 * @param hostedEntityID Entity ID for the hosted SP
308 String hostedEntityID,
322 * @param hostedEntityID Entity ID for the hosted SP
338 String hostedEntityID,
181 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
210 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
241 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
307 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
337 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
365 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
395 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
425 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java242 * @param hostedEntityID entity ID for the hosted SP
252 String hostedEntityID,
266 * @param hostedEntityID entity ID for the hosted SP
280 String hostedEntityID,
293 * @param hostedEntityID Entity ID for the hosted SP
311 String hostedEntityID,
369 * @param hostedEntityID Entity ID for the hosted SP
386 String hostedEntityID,
400 * @param hostedEntityID Entity ID for the hosted SP
416 String hostedEntityID,
251 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
279 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
310 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
385 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
415 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
443 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
473 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
503 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java988 * @param hostedEntityID the hosted entity identifier.
993 String realm, String hostedEntityID, String entityID)
1011 + "between "+ hostedEntityID + "with " + entityID);
1027 String hostedEntityID =
1045 hostedEntityIDs.contains(hostedEntityID)) {
1049 if (tProviders.contains(hostedEntityID)) {
992 isTrustedProvider( String realm, String hostedEntityID, String entityID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java155 * @param hostedEntityID entity ID for the hosted SP
159 public void initialize(String hostedEntityID, Set initParams); argument
164 * @param hostedEntityID entity ID for the hosted SP
172 String hostedEntityID,
182 * @param hostedEntityID entity ID for the hosted SP
195 String hostedEntityID,
205 * @param hostedEntityID Entity ID for the hosted SP
220 String hostedEntityID,
232 * @param hostedEntityID Entity ID for the hosted SP
245 public boolean postSSOFederationFailure(String hostedEntityID, argument
171 preSSOFederationRequest( String hostedEntityID, String idpEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest) argument
194 preSSOFederationProcess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
219 postSSOFederationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, Object ssoToken, FSAuthnRequest authnRequest, FSAuthnResponse authnResponse, FSResponse samlResponse) argument
271 postRegisterNameIdentifierSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSNameRegistrationRequest regRequest, FSNameRegistrationResponse regResponse, String regProfile) argument
295 postTerminationNotificationSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSFederationTerminationNotification notification, String termProfile) argument
320 preSingleLogoutProcess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSLogoutNotification logoutRequest, FSLogoutResponse logoutResponse, String sloProfile) argument
346 postSingleLogoutSuccess( String hostedEntityID, HttpServletRequest request, HttpServletResponse response, String userDN, FSLogoutNotification logoutRequest, FSLogoutResponse logoutResponse, String sloProfile) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/source/com/sun/identity/saml2/plugins/
H A DOAMAdapter.java172 * @param hostedEntityID entity ID for the hosted SP
182 String hostedEntityID,
197 * @param hostedEntityID entity ID for the hosted SP
211 String hostedEntityID,
224 * @param hostedEntityID Entity ID for the hosted SP
242 String hostedEntityID,
291 * @param hostedEntityID Entity ID for the hosted SP
308 String hostedEntityID,
322 * @param hostedEntityID Entity ID for the hosted SP
338 String hostedEntityID,
181 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
210 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
241 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
307 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
337 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
365 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
395 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
425 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java242 * @param hostedEntityID entity ID for the hosted SP
252 String hostedEntityID,
266 * @param hostedEntityID entity ID for the hosted SP
280 String hostedEntityID,
293 * @param hostedEntityID Entity ID for the hosted SP
311 String hostedEntityID,
369 * @param hostedEntityID Entity ID for the hosted SP
386 String hostedEntityID,
400 * @param hostedEntityID Entity ID for the hosted SP
416 String hostedEntityID,
251 preSingleSignOnRequest( String hostedEntityID, String idpEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest) argument
279 preSingleSignOnProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) argument
310 postSingleSignOnSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation) argument
385 postSingleSignOnFailure( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode) argument
415 postNewNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
443 postTerminateNameIDSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, ManageNameIDRequest idRequest, ManageNameIDResponse idResponse, String binding) argument
473 preSingleLogoutProcess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
503 postSingleLogoutSuccess( String hostedEntityID, String realm, HttpServletRequest request, HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaManager.java988 * @param hostedEntityID the hosted entity identifier.
993 String realm, String hostedEntityID, String entityID)
1011 + "between "+ hostedEntityID + "with " + entityID);
1027 String hostedEntityID =
1045 hostedEntityIDs.contains(hostedEntityID)) {
1049 if (tProviders.contains(hostedEntityID)) {
992 isTrustedProvider( String realm, String hostedEntityID, String entityID) argument

Completed in 50 milliseconds

12