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

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
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-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/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/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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
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 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/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 49 milliseconds

12