Searched defs:hostedConfig (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSNameIdentifierHelper.java47 * @param hostedConfig hosted provider's extended meta
49 public FSNameIdentifierHelper(BaseConfigType hostedConfig) { argument
56 hostedConfig, IFSConstants.NAMEID_IMPL_CLASS);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSNameIdentifierHelper.java47 * @param hostedConfig hosted provider's extended meta
49 public FSNameIdentifierHelper(BaseConfigType hostedConfig) { argument
56 hostedConfig, IFSConstants.NAMEID_IMPL_CLASS);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnLogoutServlet.java179 BaseConfigType hostedConfig = null;
186 hostedConfig = metaManager.getIDPDescriptorConfig(
189 hostedConfig = metaManager.getSPDescriptorConfig(
193 if (hostedConfig == null) {
203 setLogoutURL(request, hostedConfig, providerAlias);
390 BaseConfigType hostedConfig, String metaAlias) {
392 request, hostedConfig, metaAlias);
389 setLogoutURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
H A DFSProcessLogoutServlet.java157 BaseConfigType hostedConfig = null;
167 hostedConfig = metaManager.getIDPDescriptorConfig(
172 hostedConfig = metaManager.getSPDescriptorConfig(
189 request, hostedConfig, providerAlias);
191 request, hostedConfig, providerAlias);
258 hostedConfig, realm, hostedEntityId, hostedRole,
269 hostedConfig, realm, hostedEntityId, hostedRole,
281 hostedConfig, realm, hostedEntityId, hostedRole,
316 hostedConfig,
364 * @param hostedConfig hoste
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.java747 * @param hostedConfig extended meta config for hosted provider
753 BaseConfigType hostedConfig, String metaAlias)
866 * @param hostedConfig hosted provider's extended meta
875 BaseConfigType hostedConfig,
890 hostedConfig.getMetaAlias());
929 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
972 BaseConfigType hostedConfig,
998 hostedConfig,
1034 BaseConfigType hostedConfig = null;
1038 hostedConfig
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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java65 private BaseConfigType hostedConfig = null; field in class:FSNameMappingHandler
74 * @param hostedConfig hosted provider's extended meta config
80 BaseConfigType hostedConfig,
86 this.hostedConfig = hostedConfig;
77 FSNameMappingHandler( String entityID, ProviderDescriptorType hostedDesc, BaseConfigType hostedConfig, String metaAlias) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java83 * @param hostedConfig hosted provider's extended meta
86 protected void setRegistrationURL (BaseConfigType hostedConfig, argument
90 request, hostedConfig, metaAlias);
92 request, hostedConfig, metaAlias);
169 BaseConfigType hostedConfig = null;
181 hostedConfig =
188 hostedConfig =
213 setRegistrationURL(hostedConfig, providerAlias);
215 hostedConfig, hostedEntityId, hostedRole, providerAlias);
249 * @param hostedConfig th
254 doRegistrationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedEntityId, String hostedRole, String hostedProviderAlias) argument
[all...]
H A DFSRegistrationReturnServlet.java153 BaseConfigType hostedConfig = null;
166 hostedConfig =
173 hostedConfig =
189 setRegistrationURL(hostedConfig, providerAlias);
255 handlerObj.setHostedDescriptorConfig(hostedConfig);
332 * @param hostedConfig hosted provider's extended meta
336 BaseConfigType hostedConfig, String metaAlias)
339 request, hostedConfig, metaAlias);
335 setRegistrationURL( BaseConfigType hostedConfig, String metaAlias) argument
H A DFSRegistrationRequestServlet.java84 * @param hostedConfig hosted provider's extended meta
88 BaseConfigType hostedConfig, String metaAlias)
91 request, hostedConfig, metaAlias);
167 BaseConfigType hostedConfig = null;
179 hostedConfig =
186 hostedConfig =
201 setRegistrationURL(hostedConfig, providerAlias);
229 hostedConfig,
247 * @param hostedConfig hosted provider's extended meta
258 BaseConfigType hostedConfig,
87 setRegistrationURL( BaseConfigType hostedConfig, String metaAlias) argument
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.java147 BaseConfigType hostedConfig = null;
159 hostedConfig =
166 hostedConfig =
191 setTerminationURL(hostedConfig, providerAlias);
193 hostedConfig, realm, hostedEntityId, hostedRole, providerAlias);
200 * @param hostedConfig hosted provider's extended meta.
203 protected void setTerminationURL (BaseConfigType hostedConfig, argument
206 request, hostedConfig, metaAlias);
208 request, hostedConfig, metaAlias);
244 * @param hostedConfig hoste
250 doTerminationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String providerAlias) argument
[all...]
H A DFSTerminationRequestServlet.java81 * @param hostedConfig hosted provider's extended meta
85 BaseConfigType hostedConfig, String metaAlias)
88 request, hostedConfig, metaAlias);
160 BaseConfigType hostedConfig = null;
173 hostedConfig =
180 hostedConfig =
195 setTerminationURL(hostedConfig, providerAlias);
224 hostedConfig, hostedProviderRole, realm, hostedEntityId,
239 * @param hostedConfig hosted provider's extended meta
250 BaseConfigType hostedConfig,
84 setTerminationURL( BaseConfigType hostedConfig, String metaAlias) argument
246 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedProviderRole, String realm, String hostedEntityId, String providerAlias, FSFederationTerminationNotification reqTermination) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnLogoutServlet.java179 BaseConfigType hostedConfig = null;
186 hostedConfig = metaManager.getIDPDescriptorConfig(
189 hostedConfig = metaManager.getSPDescriptorConfig(
193 if (hostedConfig == null) {
203 setLogoutURL(request, hostedConfig, providerAlias);
390 BaseConfigType hostedConfig, String metaAlias) {
392 request, hostedConfig, metaAlias);
389 setLogoutURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
H A DFSProcessLogoutServlet.java157 BaseConfigType hostedConfig = null;
167 hostedConfig = metaManager.getIDPDescriptorConfig(
172 hostedConfig = metaManager.getSPDescriptorConfig(
189 request, hostedConfig, providerAlias);
191 request, hostedConfig, providerAlias);
258 hostedConfig, realm, hostedEntityId, hostedRole,
269 hostedConfig, realm, hostedEntityId, hostedRole,
281 hostedConfig, realm, hostedEntityId, hostedRole,
316 hostedConfig,
364 * @param hostedConfig hoste
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...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/namemapping/
H A DFSNameMappingHandler.java65 private BaseConfigType hostedConfig = null; field in class:FSNameMappingHandler
74 * @param hostedConfig hosted provider's extended meta config
80 BaseConfigType hostedConfig,
86 this.hostedConfig = hostedConfig;
77 FSNameMappingHandler( String entityID, ProviderDescriptorType hostedDesc, BaseConfigType hostedConfig, String metaAlias) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationInitiationServlet.java83 * @param hostedConfig hosted provider's extended meta
86 protected void setRegistrationURL (BaseConfigType hostedConfig, argument
90 request, hostedConfig, metaAlias);
92 request, hostedConfig, metaAlias);
169 BaseConfigType hostedConfig = null;
181 hostedConfig =
188 hostedConfig =
213 setRegistrationURL(hostedConfig, providerAlias);
215 hostedConfig, hostedEntityId, hostedRole, providerAlias);
249 * @param hostedConfig th
254 doRegistrationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedEntityId, String hostedRole, String hostedProviderAlias) argument
[all...]
H A DFSRegistrationReturnServlet.java153 BaseConfigType hostedConfig = null;
166 hostedConfig =
173 hostedConfig =
189 setRegistrationURL(hostedConfig, providerAlias);
255 handlerObj.setHostedDescriptorConfig(hostedConfig);
332 * @param hostedConfig hosted provider's extended meta
336 BaseConfigType hostedConfig, String metaAlias)
339 request, hostedConfig, metaAlias);
335 setRegistrationURL( BaseConfigType hostedConfig, String metaAlias) argument
H A DFSRegistrationRequestServlet.java84 * @param hostedConfig hosted provider's extended meta
88 BaseConfigType hostedConfig, String metaAlias)
91 request, hostedConfig, metaAlias);
167 BaseConfigType hostedConfig = null;
179 hostedConfig =
186 hostedConfig =
201 setRegistrationURL(hostedConfig, providerAlias);
229 hostedConfig,
247 * @param hostedConfig hosted provider's extended meta
258 BaseConfigType hostedConfig,
87 setRegistrationURL( BaseConfigType hostedConfig, String metaAlias) argument
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.java147 BaseConfigType hostedConfig = null;
159 hostedConfig =
166 hostedConfig =
191 setTerminationURL(hostedConfig, providerAlias);
193 hostedConfig, realm, hostedEntityId, hostedRole, providerAlias);
200 * @param hostedConfig hosted provider's extended meta.
203 protected void setTerminationURL (BaseConfigType hostedConfig, argument
206 request, hostedConfig, metaAlias);
208 request, hostedConfig, metaAlias);
244 * @param hostedConfig hoste
250 doTerminationInitiation( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedRole, String providerAlias) argument
[all...]
H A DFSTerminationRequestServlet.java81 * @param hostedConfig hosted provider's extended meta
85 BaseConfigType hostedConfig, String metaAlias)
88 request, hostedConfig, metaAlias);
160 BaseConfigType hostedConfig = null;
173 hostedConfig =
180 hostedConfig =
195 setTerminationURL(hostedConfig, providerAlias);
224 hostedConfig, hostedProviderRole, realm, hostedEntityId,
239 * @param hostedConfig hosted provider's extended meta
250 BaseConfigType hostedConfig,
84 setTerminationURL( BaseConfigType hostedConfig, String metaAlias) argument
246 doRequestProcessing( HttpServletRequest request, HttpServletResponse response, ProviderDescriptorType hostedProviderDesc, BaseConfigType hostedConfig, String hostedProviderRole, String realm, String hostedEntityId, String providerAlias, FSFederationTerminationNotification reqTermination) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java459 * @param hostedConfig Hosted Provider's extended meta
468 BaseConfigType hostedConfig,
466 getFedTerminationHandler( FSFederationTerminationNotification terminationRequest, BaseConfigType hostedConfig, String realm, String hostedEntityId, String hostedProviderRole, String metaAlias, String remoteEntityId ) argument
H A DFSSOAPReceiver.java215 BaseConfigType hostedConfig =
227 handler.setHostedDescriptorConfig(hostedConfig);
263 hostedConfig,
371 BaseConfigType hostedConfig = null;
409 hostedConfig = metaManager.
417 hostedConfig = metaManager.
437 elt, message, hostedProviderDesc, hostedConfig,
479 hostedConfig);
489 hostedConfig);
563 BaseConfigType hostedConfig
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
1508 signResponse( SOAPMessage msg, String idAttrName, String id, BaseConfigType hostedConfig) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedService.java239 BaseConfigType hostedConfig = null;
245 hostedConfig = metaManager.getIDPDescriptorConfig(
263 hostedConfig);
364 BaseConfigType hostedConfig = null;
370 hostedConfig = metaManager.getIDPDescriptorConfig(
388 hostedConfig);
425 BaseConfigType hostedConfig = null;
429 hostedConfig = metaManager.getIDPDescriptorConfig(
431 if (hostedConfig != null) {
432 metaAlias = hostedConfig
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
785 handleLECPRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig, String realm, String hostEntityId, String metaAlias) argument
[all...]
H A DFSSSOAndFedHandler.java116 protected BaseConfigType hostedConfig = null; field in class:FSSSOAndFedHandler
177 * @param hostedConfig host identity provider's extended meta to be set
179 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
180 this.hostedConfig = hostedConfig;
358 hostedConfig,
370 hostedConfig, IFSConstants.DEFAULT_AUTHNCONTEXT);
434 hostedConfig, IFSConstants.DEFAULT_AUTHNCONTEXT));
821 hostedConfig, IFSConstants.ENABLE_AUTO_FEDERATION);
1064 new FSNameIdentifierHelper(hostedConfig);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java459 * @param hostedConfig Hosted Provider's extended meta
468 BaseConfigType hostedConfig,
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/fednsso/
H A DFSSSOAndFedService.java239 BaseConfigType hostedConfig = null;
245 hostedConfig = metaManager.getIDPDescriptorConfig(
263 hostedConfig);
364 BaseConfigType hostedConfig = null;
370 hostedConfig = metaManager.getIDPDescriptorConfig(
388 hostedConfig);
425 BaseConfigType hostedConfig = null;
429 hostedConfig = metaManager.getIDPDescriptorConfig(
431 if (hostedConfig != null) {
432 metaAlias = hostedConfig
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
785 handleLECPRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig, String realm, String hostEntityId, String metaAlias) argument
[all...]

Completed in 48 milliseconds

12