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

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSPreLogoutHandler.java74 protected BaseConfigType hostedConfig = null; field in class:FSPreLogoutHandler
104 request, hostedConfig, metaAlias);
106 request, hostedConfig, metaAlias);
151 * @param hostedConfig hosted provider's extended meta
153 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
154 this.hostedConfig = hostedConfig;
273 handlerObj.setHostedDescriptorConfig(hostedConfig);
312 hostedEntityId, hostedConfig);
419 realm, hostedEntityId, hostedRole, hostedConfig, metaAlia
[all...]
H A DFSSingleLogoutHandler.java99 private BaseConfigType hostedConfig = null; field in class:FSSingleLogoutHandler
132 request, hostedConfig, metaAlias);
134 request, hostedConfig, metaAlias);
471 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
614 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
882 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
1103 hostedEntityId, hostedConfig);
1248 * @param hostedConfig hosted provider's extended meta config
1250 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
1251 this.hostedConfig
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSFedTerminationHandler.java86 protected BaseConfigType hostedConfig = null; field in class:FSFedTerminationHandler
113 request, hostedConfig, metaAlias);
115 request, hostedConfig, metaAlias);
133 * @param hostedConfig hosted provider's extended config
135 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
136 this.hostedConfig = hostedConfig;
480 FSServiceUtils.getSPAdapter(hostedEntityId, hostedConfig);
550 hostedEntityId, hostedConfig);
712 hostedConfig, IFSConstant
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
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/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
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/logout/
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...]
H A DFSPreLogoutHandler.java74 protected BaseConfigType hostedConfig = null; field in class:FSPreLogoutHandler
104 request, hostedConfig, metaAlias);
106 request, hostedConfig, metaAlias);
151 * @param hostedConfig hosted provider's extended meta
153 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
154 this.hostedConfig = hostedConfig;
273 handlerObj.setHostedDescriptorConfig(hostedConfig);
312 hostedEntityId, hostedConfig);
419 realm, hostedEntityId, hostedRole, hostedConfig, metaAlia
[all...]
H A DFSSingleLogoutHandler.java99 private BaseConfigType hostedConfig = null; field in class:FSSingleLogoutHandler
132 request, hostedConfig, metaAlias);
134 request, hostedConfig, metaAlias);
471 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
614 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
882 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
1103 hostedEntityId, hostedConfig);
1248 * @param hostedConfig hosted provider's extended meta config
1250 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
1251 this.hostedConfig
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSFedTerminationHandler.java86 protected BaseConfigType hostedConfig = null; field in class:FSFedTerminationHandler
113 request, hostedConfig, metaAlias);
115 request, hostedConfig, metaAlias);
133 * @param hostedConfig hosted provider's extended config
135 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
136 this.hostedConfig = hostedConfig;
480 FSServiceUtils.getSPAdapter(hostedEntityId, hostedConfig);
550 hostedEntityId, hostedConfig);
712 hostedConfig, IFSConstant
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java102 protected BaseConfigType hostedConfig = null; field in class:FSNameRegistrationHandler
129 request, hostedConfig, metaAlias);
149 * @param hostedConfig hosted provider's extended meta.
151 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
152 this.hostedConfig = hostedConfig;
1075 new FSNameIdentifierHelper(hostedConfig);
1111 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
1575 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
1938 new FSNameIdentifierHelper(hostedConfig);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java729 * @param hostedConfig hosted provider's extended meta
733 BaseConfigType hostedConfig)
736 hostedConfig, IFSConstants.LISTOFCOTS_PAGE_URL);
747 * @param hostedConfig hosted provider's extended meta
751 BaseConfigType hostedConfig)
754 hostedConfig, IFSConstants.SSO_FAILURE_REDIRECT_URL);
765 * @param hostedConfig hosted provider's extended meta
770 BaseConfigType hostedConfig, String metaAlias)
773 hostedConfig, IFSConstants.ERROR_PAGE_URL);
785 * @param hostedConfig hoste
732 getConsentPageURL(HttpServletRequest request, BaseConfigType hostedConfig) argument
750 getCommonLoginPageURL(HttpServletRequest request, BaseConfigType hostedConfig) argument
769 getErrorPageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
789 getTerminationDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
809 getRegistrationDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
829 getLogoutDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
849 getFederationDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
869 getDoFederatePageURL(HttpServletRequest request, BaseConfigType hostedConfig) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java102 protected BaseConfigType hostedConfig = null; field in class:FSNameRegistrationHandler
129 request, hostedConfig, metaAlias);
149 * @param hostedConfig hosted provider's extended meta.
151 public void setHostedDescriptorConfig(BaseConfigType hostedConfig) { argument
152 this.hostedConfig = hostedConfig;
1075 new FSNameIdentifierHelper(hostedConfig);
1111 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
1575 hostedConfig, IFSConstants.SIGNING_CERT_ALIAS);
1938 new FSNameIdentifierHelper(hostedConfig);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java729 * @param hostedConfig hosted provider's extended meta
733 BaseConfigType hostedConfig)
736 hostedConfig, IFSConstants.LISTOFCOTS_PAGE_URL);
747 * @param hostedConfig hosted provider's extended meta
751 BaseConfigType hostedConfig)
754 hostedConfig, IFSConstants.SSO_FAILURE_REDIRECT_URL);
765 * @param hostedConfig hosted provider's extended meta
770 BaseConfigType hostedConfig, String metaAlias)
773 hostedConfig, IFSConstants.ERROR_PAGE_URL);
785 * @param hostedConfig hoste
732 getConsentPageURL(HttpServletRequest request, BaseConfigType hostedConfig) argument
750 getCommonLoginPageURL(HttpServletRequest request, BaseConfigType hostedConfig) argument
769 getErrorPageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
789 getTerminationDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
809 getRegistrationDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
829 getLogoutDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
849 getFederationDonePageURL(HttpServletRequest request, BaseConfigType hostedConfig, String metaAlias) argument
869 getDoFederatePageURL(HttpServletRequest request, BaseConfigType hostedConfig) argument
[all...]

Completed in 70 milliseconds

12