Searched refs:hostedEntityId (Results 26 - 50 of 50) sorted by relevance

12

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
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/registration/
H A DFSNameRegistrationHandler.java114 protected String hostedEntityId = ""; field in class:FSNameRegistrationHandler
160 hostedEntityId = hostedId;
282 String searchDomain = hostedEntityId;
295 hostedEntityId +
328 String searchDomain = hostedEntityId;
341 !nameQualifier.equals(hostedEntityId))
359 !nameQualifier.equals(hostedEntityId))
372 searchDomain = hostedEntityId;
447 hostedEntityId,
495 hostedEntityId, spNameIdentifie
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java114 protected String hostedEntityId = ""; field in class:FSNameRegistrationHandler
160 hostedEntityId = hostedId;
282 String searchDomain = hostedEntityId;
295 hostedEntityId +
328 String searchDomain = hostedEntityId;
341 !nameQualifier.equals(hostedEntityId))
359 !nameQualifier.equals(hostedEntityId))
372 searchDomain = hostedEntityId;
447 hostedEntityId,
495 hostedEntityId, spNameIdentifie
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnLogoutServlet.java178 String hostedEntityId = null;
183 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
187 realm, hostedEntityId);
190 realm, hostedEntityId);
H A DFSSingleLogoutHandler.java106 private String hostedEntityId = ""; field in class:FSSingleLogoutHandler
574 responseLogout.setProviderId(hostedEntityId);
1103 hostedEntityId, hostedConfig);
1111 hostedEntityId,
1220 hostedEntityId);
1222 reqName.setProviderId(hostedEntityId);
1256 * @param hostedEntityId hosted provider's entity id.
1258 public void setHostedEntityId(String hostedEntityId) { argument
1259 this.hostedEntityId = hostedEntityId;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnLogoutServlet.java178 String hostedEntityId = null;
183 hostedEntityId = metaManager.getEntityIDByMetaAlias(providerAlias);
187 realm, hostedEntityId);
190 realm, hostedEntityId);
H A DFSSingleLogoutHandler.java106 private String hostedEntityId = ""; field in class:FSSingleLogoutHandler
574 responseLogout.setProviderId(hostedEntityId);
1103 hostedEntityId, hostedConfig);
1111 hostedEntityId,
1220 hostedEntityId);
1222 reqName.setProviderId(hostedEntityId);
1256 * @param hostedEntityId hosted provider's entity id.
1258 public void setHostedEntityId(String hostedEntityId) { argument
1259 this.hostedEntityId = 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...]
H A DSPACSUtils.java2065 ResponseInfo respInfo, String relayUrl, String hostedEntityId) {
2076 map.put(SAML2Constants.SPENTITYID, hostedEntityId);
2064 createMapForFedlet( ResponseInfo respInfo, String relayUrl, String hostedEntityId) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java127 * @param hostedEntityId hosted provider ID
136 String hostedEntityId,
142 SAML2IDPFinder proxyFinder = getIDPProxyFinder(realm, hostedEntityId);
144 authnRequest, hostedEntityId, realm,
158 * @param hostedEntityId hosted provider ID
171 String hostedEntityId,
195 localDescriptor = IDPSSOUtil.metaManager.getSPSSODescriptor(realm, hostedEntityId);
196 localDescriptorConfig = IDPSSOUtil.metaManager.getSPSSOConfig(realm, hostedEntityId);
202 AuthnRequest newAuthnRequest = getNewAuthnRequest(hostedEntityId, destination, realm, authnRequest);
204 SAML2ServiceProviderAdapter spAdapter = SAML2Utils.getSPAdapterClass(hostedEntityId, real
134 getPreferredIDP( AuthnRequest authnRequest, String hostedEntityId, String realm, HttpServletRequest request, HttpServletResponse response) argument
167 sendProxyAuthnRequest( AuthnRequest authnRequest, String preferredIDP, SPSSODescriptorElement spSSODescriptor, String hostedEntityId, HttpServletRequest request, HttpServletResponse response, String realm, String relayState, String originalBinding) argument
336 getNewAuthnRequest(String hostedEntityId, String destination, String realm, AuthnRequest origRequest) argument
[all...]
H A DSPACSUtils.java2046 ResponseInfo respInfo, String relayUrl, String hostedEntityId) {
2057 map.put(SAML2Constants.SPENTITYID, hostedEntityId);
2045 createMapForFedlet( ResponseInfo respInfo, String relayUrl, String hostedEntityId) argument
/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
/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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java147 .append(URLEncDec.encode(hostedEntityId))
204 authnResponse.setProviderId(hostedEntityId);
H A DFSSSOBrowserPostProfileHandler.java100 authnResponse.setProviderId(hostedEntityId);
H A DFSSSOWMLPostProfileHandler.java94 authnResponse.setProviderId(hostedEntityId);
H A DFSSSOBrowserArtifactProfileHandler.java478 realm, hostedEntityId,providerID))
945 String sourceSuccinctID = FSUtils.generateSourceID(hostedEntityId);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java147 .append(URLEncDec.encode(hostedEntityId))
204 authnResponse.setProviderId(hostedEntityId);
H A DFSSSOBrowserPostProfileHandler.java100 authnResponse.setProviderId(hostedEntityId);
H A DFSSSOWMLPostProfileHandler.java94 authnResponse.setProviderId(hostedEntityId);
H A DFSSSOBrowserArtifactProfileHandler.java478 realm, hostedEntityId,providerID))
945 String sourceSuccinctID = FSUtils.generateSourceID(hostedEntityId);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java249 * @param hostedEntityId Hosted Provider's entity ID.
258 String hostedEntityId,
263 hostedEntityId, hostedProviderRole);
274 * @param hostedEntityId Hosted Provider's entity ID.
282 String hostedEntityId,
288 hostedEntityId == null ||
297 getMetaAlias(realm, hostedEntityId, hostedProviderRole)).
255 getIDPFederationStatus( String user, String remoteEntityId, String hostedEntityId, String hostedProviderRole) argument
278 getIDPFederationStatus( String user, String realm, String remoteEntityId, String hostedEntityId, String hostedProviderRole) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java249 * @param hostedEntityId Hosted Provider's entity ID.
258 String hostedEntityId,
263 hostedEntityId, hostedProviderRole);
274 * @param hostedEntityId Hosted Provider's entity ID.
282 String hostedEntityId,
288 hostedEntityId == null ||
297 getMetaAlias(realm, hostedEntityId, hostedProviderRole)).
255 getIDPFederationStatus( String user, String remoteEntityId, String hostedEntityId, String hostedProviderRole) argument
278 getIDPFederationStatus( String user, String realm, String remoteEntityId, String hostedEntityId, String hostedProviderRole) argument

Completed in 88 milliseconds

12