Searched defs:hostedEntityId (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java78 private String hostedEntityId; field in class:FSAssertionManagerClient
102 hostedEntityId = FSUtils.getIDFFMetaManager().
151 this.hostedEntityId = FSUtils.getIDFFMetaManager().
H A DFSServiceManager.java460 * @param hostedEntityId hosted provider's entity ID
470 String hostedEntityId,
495 String searchDomain = hostedEntityId;
520 hostedEntityId, nameIDValue);
592 * @param hostedEntityId hosted provider's entity id
466 getFedTerminationHandler( FSFederationTerminationNotification terminationRequest, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedProviderRole, String metaAlias, String remoteEntityId ) argument
H A DFSSOAPReceiver.java211 String hostedEntityId =
214 metaManager.getIDPDescriptor(realm, hostedEntityId);
217 realm, hostedEntityId);
225 handler.setHostedEntityId(hostedEntityId);
373 String hostedEntityId = null;
402 hostedEntityId = metaManager.getEntityIDByMetaAlias(
408 getIDPDescriptor(realm, hostedEntityId);
411 realm, hostedEntityId);
416 getSPDescriptor(realm, hostedEntityId);
418 getSPDescriptorConfig(realm,hostedEntityId);
917 handleRegistrationRequest( Element elt, SOAPMessage msg, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String providerAlias, HttpServletRequest request, HttpServletResponse response) argument
1153 handleLogoutRequest( Element elt, FSLogoutNotification logoutRequest, SOAPMessage msgLogout, HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String providerAlias, String realm, String hostedEntityId, String hostedRole) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java171 String hostedEntityId = null;
175 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
180 metaManager.getSPDescriptor(realm, hostedEntityId);
182 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
187 metaManager.getIDPDescriptor(realm, hostedEntityId);
189 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
215 hostedConfig, hostedEntityId, hostedRole, providerAlias);
250 * @param hostedEntityId the hosted provider's entity id
259 String hostedEntityId,
305 hostedEntityId,
254 doRegistrationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedEntityId, String hostedRole, String hostedProviderAlias) argument
[all...]
H A DFSRegistrationRequestServlet.java168 String hostedEntityId = null;
173 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
178 metaManager.getIDPDescriptor(realm, hostedEntityId);
180 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
185 metaManager.getSPDescriptor(realm, hostedEntityId);
187 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
232 hostedEntityId,
250 * @param hostedEntityId hosted provider's entity ID
261 String hostedEntityId,
355 realm, hostedEntityId, remoteEntityI
254 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedProviderRole, String realm, String hostedEntityId, String providerAlias, FSNameRegistrationRequest regisRequest) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java149 String hostedEntityId = null;
153 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
158 metaManager.getSPDescriptor(realm, hostedEntityId);
160 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
165 metaManager.getIDPDescriptor(realm, hostedEntityId);
167 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
193 hostedConfig, realm, hostedEntityId, hostedRole, providerAlias);
246 * @param hostedEntityId hosted provider's entity ID
256 String hostedEntityId,
303 hostedEntityId,
250 doTerminationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String providerAlias) argument
[all...]
H A DFSTerminationRequestServlet.java162 String hostedEntityId = null;
167 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
172 metaManager.getIDPDescriptor(realm, hostedEntityId);
174 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
179 metaManager.getSPDescriptor(realm, hostedEntityId);
181 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
224 hostedConfig, hostedProviderRole, realm, hostedEntityId,
242 * @param hostedEntityId hosted provider's entity ID
253 String hostedEntityId,
346 realm, hostedEntityId, remoteEntityI
246 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedProviderRole, String realm, String hostedEntityId, String providerAlias, FSFederationTerminationNotification reqTermination) argument
[all...]
H A DFSFedTerminationHandler.java96 protected String hostedEntityId = ""; field in class:FSFedTerminationHandler
144 hostedEntityId = hostedId;
252 String searchDomain = hostedEntityId;
422 hostedEntityId);
480 FSServiceUtils.getSPAdapter(hostedEntityId, hostedConfig);
485 hostedEntityId,
550 hostedEntityId, hostedConfig);
556 hostedEntityId,
762 FSUtils.debug.message("SP Provider Id : " + hostedEntityId);
764 reqName.setProviderId(hostedEntityId);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java78 private String hostedEntityId; field in class:FSAssertionManagerClient
102 hostedEntityId = FSUtils.getIDFFMetaManager().
151 this.hostedEntityId = FSUtils.getIDFFMetaManager().
H A DFSServiceManager.java460 * @param hostedEntityId hosted provider's entity ID
470 String hostedEntityId,
495 String searchDomain = hostedEntityId;
520 hostedEntityId, nameIDValue);
592 * @param hostedEntityId hosted provider's entity id
466 getFedTerminationHandler( FSFederationTerminationNotification terminationRequest, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedProviderRole, String metaAlias, String remoteEntityId ) argument
H A DFSSOAPReceiver.java211 String hostedEntityId =
214 metaManager.getIDPDescriptor(realm, hostedEntityId);
217 realm, hostedEntityId);
225 handler.setHostedEntityId(hostedEntityId);
373 String hostedEntityId = null;
402 hostedEntityId = metaManager.getEntityIDByMetaAlias(
408 getIDPDescriptor(realm, hostedEntityId);
411 realm, hostedEntityId);
416 getSPDescriptor(realm, hostedEntityId);
418 getSPDescriptorConfig(realm,hostedEntityId);
917 handleRegistrationRequest( Element elt, SOAPMessage msg, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String providerAlias, HttpServletRequest request, HttpServletResponse response) argument
1153 handleLogoutRequest( Element elt, FSLogoutNotification logoutRequest, SOAPMessage msgLogout, HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String providerAlias, String realm, String hostedEntityId, String hostedRole) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java171 String hostedEntityId = null;
175 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
180 metaManager.getSPDescriptor(realm, hostedEntityId);
182 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
187 metaManager.getIDPDescriptor(realm, hostedEntityId);
189 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
215 hostedConfig, hostedEntityId, hostedRole, providerAlias);
250 * @param hostedEntityId the hosted provider's entity id
259 String hostedEntityId,
305 hostedEntityId,
254 doRegistrationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedEntityId, String hostedRole, String hostedProviderAlias) argument
[all...]
H A DFSRegistrationRequestServlet.java168 String hostedEntityId = null;
173 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
178 metaManager.getIDPDescriptor(realm, hostedEntityId);
180 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
185 metaManager.getSPDescriptor(realm, hostedEntityId);
187 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
232 hostedEntityId,
250 * @param hostedEntityId hosted provider's entity ID
261 String hostedEntityId,
355 realm, hostedEntityId, remoteEntityI
254 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedProviderRole, String realm, String hostedEntityId, String providerAlias, FSNameRegistrationRequest regisRequest) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationInitiationServlet.java149 String hostedEntityId = null;
153 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
158 metaManager.getSPDescriptor(realm, hostedEntityId);
160 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
165 metaManager.getIDPDescriptor(realm, hostedEntityId);
167 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
193 hostedConfig, realm, hostedEntityId, hostedRole, providerAlias);
246 * @param hostedEntityId hosted provider's entity ID
256 String hostedEntityId,
303 hostedEntityId,
250 doTerminationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String providerAlias) argument
[all...]
H A DFSTerminationRequestServlet.java162 String hostedEntityId = null;
167 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
172 metaManager.getIDPDescriptor(realm, hostedEntityId);
174 metaManager.getIDPDescriptorConfig(realm, hostedEntityId);
179 metaManager.getSPDescriptor(realm, hostedEntityId);
181 metaManager.getSPDescriptorConfig(realm, hostedEntityId);
224 hostedConfig, hostedProviderRole, realm, hostedEntityId,
242 * @param hostedEntityId hosted provider's entity ID
253 String hostedEntityId,
346 realm, hostedEntityId, remoteEntityI
246 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedProviderRole, String realm, String hostedEntityId, String providerAlias, FSFederationTerminationNotification reqTermination) argument
[all...]
H A DFSFedTerminationHandler.java96 protected String hostedEntityId = ""; field in class:FSFedTerminationHandler
144 hostedEntityId = hostedId;
252 String searchDomain = hostedEntityId;
422 hostedEntityId);
480 FSServiceUtils.getSPAdapter(hostedEntityId, hostedConfig);
485 hostedEntityId,
550 hostedEntityId, hostedConfig);
556 hostedEntityId,
762 FSUtils.debug.message("SP Provider Id : " + hostedEntityId);
764 reqName.setProviderId(hostedEntityId);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSProcessLogoutServlet.java159 String hostedEntityId = null;
162 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
166 realm, hostedEntityId);
168 realm, hostedEntityId);
171 realm, hostedEntityId);
173 realm, hostedEntityId);
258 hostedConfig, realm, hostedEntityId, hostedRole,
269 hostedConfig, realm, hostedEntityId, hostedRole,
281 hostedConfig, realm, hostedEntityId, hostedRole,
319 hostedEntityId,
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
575 doLogoutInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String metaAlias, Object ssoToken, String logoutDoneURL, String sourceCheck) argument
672 callPreSingleLogoutProcess( HttpServletRequest request, HttpServletResponse response, String hostedRole, BaseConfigType hostedConfig, String hostedEntityId, String userID, FSLogoutNotification reqLogout) argument
[all...]
H A DFSLogoutUtil.java745 * @param hostedEntityId the hosted provider performing logout
752 String realm, String hostedEntityId, String hostedRole,
759 ", entityID : " + hostedEntityId);
783 associatedDomain = hostedEntityId;
867 * @param hostedEntityId hosted provider's entity id
876 String hostedEntityId,
911 responseLogout.setProviderId(hostedEntityId);
915 responseLogout.setProviderId(hostedEntityId);
919 responseLogout.setProviderId(hostedEntityId);
973 String hostedEntityId,
751 getUserFromRequest(FSLogoutNotification reqLogout, String realm, String hostedEntityId, String hostedRole, BaseConfigType hostedConfig, String metaAlias) argument
871 buildSignedResponse( String retURL, String bArgStatus, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
966 returnToSource( HttpServletResponse response, ProviderDescriptorType remoteDescriptor, String bLogoutStatus, String commonErrorPage, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
[all...]
H A DFSPreLogoutHandler.java84 protected String hostedEntityId = ""; field in class:FSPreLogoutHandler
143 * @param hostedEntityId hosted provider's entity id to be set
145 public void setHostedEntityId(String hostedEntityId) { argument
146 this.hostedEntityId = hostedEntityId;
275 handlerObj.setHostedEntityId(hostedEntityId);
312 hostedEntityId, hostedConfig);
324 hostedEntityId,
357 hostedEntityId,
419 realm, hostedEntityId, hostedRol
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSProcessLogoutServlet.java159 String hostedEntityId = null;
162 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
166 realm, hostedEntityId);
168 realm, hostedEntityId);
171 realm, hostedEntityId);
173 realm, hostedEntityId);
258 hostedConfig, realm, hostedEntityId, hostedRole,
269 hostedConfig, realm, hostedEntityId, hostedRole,
281 hostedConfig, realm, hostedEntityId, hostedRole,
319 hostedEntityId,
374 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String hostedRole, String realm, String hostedEntityId, String metaAlias, FSLogoutNotification reqLogout, String commonErrorPage, String userID, Object ssoToken) argument
575 doLogoutInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedDescriptor, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String metaAlias, Object ssoToken, String logoutDoneURL, String sourceCheck) argument
672 callPreSingleLogoutProcess( HttpServletRequest request, HttpServletResponse response, String hostedRole, BaseConfigType hostedConfig, String hostedEntityId, String userID, FSLogoutNotification reqLogout) argument
[all...]
H A DFSLogoutUtil.java745 * @param hostedEntityId the hosted provider performing logout
752 String realm, String hostedEntityId, String hostedRole,
759 ", entityID : " + hostedEntityId);
783 associatedDomain = hostedEntityId;
867 * @param hostedEntityId hosted provider's entity id
876 String hostedEntityId,
911 responseLogout.setProviderId(hostedEntityId);
915 responseLogout.setProviderId(hostedEntityId);
919 responseLogout.setProviderId(hostedEntityId);
973 String hostedEntityId,
751 getUserFromRequest(FSLogoutNotification reqLogout, String realm, String hostedEntityId, String hostedRole, BaseConfigType hostedConfig, String metaAlias) argument
871 buildSignedResponse( String retURL, String bArgStatus, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
966 returnToSource( HttpServletResponse response, ProviderDescriptorType remoteDescriptor, String bLogoutStatus, String commonErrorPage, int minorVersion, BaseConfigType hostedConfig, String hostedEntityId, String userID) argument
[all...]
H A DFSPreLogoutHandler.java84 protected String hostedEntityId = ""; field in class:FSPreLogoutHandler
143 * @param hostedEntityId hosted provider's entity id to be set
145 public void setHostedEntityId(String hostedEntityId) { argument
146 this.hostedEntityId = hostedEntityId;
275 handlerObj.setHostedEntityId(hostedEntityId);
312 hostedEntityId, hostedConfig);
324 hostedEntityId,
357 hostedEntityId,
419 realm, hostedEntityId, hostedRol
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java118 protected String hostedEntityId = null; field in class:FSSSOAndFedHandler
160 * @param hostedEntityId entity ID to be set
163 public void setHostedEntityId(String hostedEntityId) { argument
164 this.hostedEntityId = hostedEntityId;
189 return hostedEntityId;
431 new FSAuthnDecisionHandler(realm, hostedEntityId,request);
693 .append("=").append(URLEncDec.encode(hostedEntityId))
895 + "CHECK1: " + hostedEntityId);
897 authnResponse.setProviderId(hostedEntityId);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java118 protected String hostedEntityId = null; field in class:FSSSOAndFedHandler
160 * @param hostedEntityId entity ID to be set
163 public void setHostedEntityId(String hostedEntityId) { argument
164 this.hostedEntityId = hostedEntityId;
189 return hostedEntityId;
431 new FSAuthnDecisionHandler(realm, hostedEntityId,request);
693 .append("=").append(URLEncDec.encode(hostedEntityId))
895 + "CHECK1: " + hostedEntityId);
897 authnResponse.setProviderId(hostedEntityId);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java116 * @param hostedEntityId hosted provider ID
125 String hostedEntityId,
131 SAML2IDPFinder proxyFinder = getIDPProxyFinder(realm, hostedEntityId);
133 authnRequest, hostedEntityId, realm,
147 * @param hostedEntityId hosted provider ID
160 String hostedEntityId,
184 localDescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(realm, hostedEntityId);
185 localDescriptorConfig = IDPSSOUtil.metaManager.getSPSSOConfig(realm, hostedEntityId);
191 AuthnRequest newAuthnRequest = getNewAuthnRequest(hostedEntityId, destination, realm, authnRequest);
193 SAML2ServiceProviderAdapter spAdapter = SAML2Utils.getSPAdapterClass(hostedEntityId, real
123 getPreferredIDP( AuthnRequest authnRequest, String hostedEntityId, String realm, HttpServletRequest request, HttpServletResponse response) argument
156 sendProxyAuthnRequest( AuthnRequest authnRequest, String preferredIDP, SPSSODescriptorElement spSSODescriptor, String hostedEntityId, HttpServletRequest request, HttpServletResponse response, String realm, String relayState, String originalBinding) argument
325 getNewAuthnRequest(String hostedEntityId, String destination, String realm, AuthnRequest origRequest) argument
[all...]

Completed in 56 milliseconds

12