Searched refs:hostConfig (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSAttributeStatementHelper.java80 BaseConfigType hostConfig = null;
83 hostConfig = metaManager.getIDPDescriptorConfig(realm,entityID);
92 hostConfig, IFSConstants.AUTO_FEDERATION_ATTRIBUTE);
H A DFSServiceUtils.java172 BaseConfigType hostConfig = null;
178 hostConfig = metaManager.getSPDescriptorConfig(
181 hostConfig = metaManager.getIDPDescriptorConfig(
190 if (hostConfig == null) {
195 String loginPageUrl = getCommonLoginPageURL(request, hostConfig);
215 hostConfig, IFSConstants.PROVIDER_HOME_PAGE_URL);
977 * @param hostConfig hosted provider' setended meta
980 public static Map getSPAuthContextInfo(BaseConfigType hostConfig) { argument
981 if (hostConfig == null) {
986 hostConfig, IFSConstant
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSAttributeStatementHelper.java80 BaseConfigType hostConfig = null;
83 hostConfig = metaManager.getIDPDescriptorConfig(realm,entityID);
92 hostConfig, IFSConstants.AUTO_FEDERATION_ATTRIBUTE);
H A DFSServiceUtils.java172 BaseConfigType hostConfig = null;
178 hostConfig = metaManager.getSPDescriptorConfig(
181 hostConfig = metaManager.getIDPDescriptorConfig(
190 if (hostConfig == null) {
195 String loginPageUrl = getCommonLoginPageURL(request, hostConfig);
215 hostConfig, IFSConstants.PROVIDER_HOME_PAGE_URL);
977 * @param hostConfig hosted provider' setended meta
980 public static Map getSPAuthContextInfo(BaseConfigType hostConfig) { argument
981 if (hostConfig == null) {
986 hostConfig, IFSConstant
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java82 private BaseConfigType hostConfig = null; field in class:FSLoginHelper
140 hostConfig = metaManager.getSPDescriptorConfig(
156 if (hostConfig != null) {
158 hostConfig, IFSConstants.NAMEID_POLICY);
160 hostConfig, IFSConstants.COT_LIST);
163 hostConfig, IFSConstants.FORCE_AUTHN);
165 hostConfig, IFSConstants.IS_PASSIVE);
168 hostConfig, IFSConstants.SUPPORTED_SSO_PROFILE);
171 hostConfig, IFSConstants.DEFAULT_AUTHNCONTEXT);
173 request, hostConfig, metaAlia
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java82 private BaseConfigType hostConfig = null; field in class:FSLoginHelper
140 hostConfig = metaManager.getSPDescriptorConfig(
156 if (hostConfig != null) {
158 hostConfig, IFSConstants.NAMEID_POLICY);
160 hostConfig, IFSConstants.COT_LIST);
163 hostConfig, IFSConstants.FORCE_AUTHN);
165 hostConfig, IFSConstants.IS_PASSIVE);
168 hostConfig, IFSConstants.SUPPORTED_SSO_PROFILE);
171 hostConfig, IFSConstants.DEFAULT_AUTHNCONTEXT);
173 request, hostConfig, metaAlia
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java125 BaseConfigType hostConfig = null;
129 hostConfig = metaManager.getIDPDescriptorConfig(
131 if (hostConfig != null) {
132 hostMetaAlias = hostConfig.getMetaAlias();
177 handler.setHostedDescriptorConfig(hostConfig);
H A DFSAssertionConsumerService.java121 BaseConfigType hostConfig = null;
126 hostConfig = metaManager.getSPDescriptorConfig(
212 handler.setHostDescriptorConfig(hostConfig);
249 BaseConfigType hostConfig = null;
253 hostConfig = metaManager.getSPDescriptorConfig(realm, hostEntityId);
487 handler.setHostDescriptorConfig(hostConfig);
H A DFSIntersiteTransferService.java419 BaseConfigType hostConfig =
422 hostConfig, IFSConstants.ENABLE_AFFILIATION))
437 hostConfig, IFSConstants.ENABLE_IDP_PROXY))
442 hostConfig, IFSConstants.IDP_PROXY_COUNT)));
444 hostConfig, IFSConstants.IDP_PROXY_LIST);
475 hostConfig);
524 BaseConfigType hostConfig
554 authnRequest.getProviderId(), hostConfig);
588 hostConfig, IFSConstants.SIGNING_CERT_ALIAS);
H A DFSAssertionArtifactHandler.java141 protected BaseConfigType hostConfig = null; field in class:FSAssertionArtifactHandler
190 hostConfig = config;
324 hostEntityId, hostConfig);
353 hostConfig, IFSConstants.PROVIDER_HOME_PAGE_URL);
928 hostConfig, IFSConstants.ENABLE_AUTO_FEDERATION);
938 hostConfig, IFSConstants.AUTO_FEDERATION_ATTRIBUTE),
1142 hostConfig,
1205 FSServiceUtils.getSPAuthContextInfo(hostConfig);
1247 hostConfig, IFSConstants.DEFAULT_AUTHNCONTEXT);
1626 hostConfig, IFSConstant
[all...]
H A DFSBrowserArtifactConsumerHandler.java171 hostConfig, IFSConstants.SIGNING_CERT_ALIAS);
303 hostEntityId, hostConfig);
361 hostConfig, IFSConstants.PROVIDER_HOME_PAGE_URL);
642 hostConfig, IFSConstants.SIGNING_CERT_ALIAS);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java125 BaseConfigType hostConfig = null;
129 hostConfig = metaManager.getIDPDescriptorConfig(
131 if (hostConfig != null) {
132 hostMetaAlias = hostConfig.getMetaAlias();
177 handler.setHostedDescriptorConfig(hostConfig);
H A DFSAssertionConsumerService.java121 BaseConfigType hostConfig = null;
126 hostConfig = metaManager.getSPDescriptorConfig(
212 handler.setHostDescriptorConfig(hostConfig);
249 BaseConfigType hostConfig = null;
253 hostConfig = metaManager.getSPDescriptorConfig(realm, hostEntityId);
487 handler.setHostDescriptorConfig(hostConfig);
H A DFSIntersiteTransferService.java419 BaseConfigType hostConfig =
422 hostConfig, IFSConstants.ENABLE_AFFILIATION))
437 hostConfig, IFSConstants.ENABLE_IDP_PROXY))
442 hostConfig, IFSConstants.IDP_PROXY_COUNT)));
444 hostConfig, IFSConstants.IDP_PROXY_LIST);
475 hostConfig);
524 BaseConfigType hostConfig
554 authnRequest.getProviderId(), hostConfig);
588 hostConfig, IFSConstants.SIGNING_CERT_ALIAS);
H A DFSAssertionArtifactHandler.java143 protected BaseConfigType hostConfig = null; field in class:FSAssertionArtifactHandler
192 hostConfig = config;
326 hostEntityId, hostConfig);
355 hostConfig, IFSConstants.PROVIDER_HOME_PAGE_URL);
930 hostConfig, IFSConstants.ENABLE_AUTO_FEDERATION);
940 hostConfig, IFSConstants.AUTO_FEDERATION_ATTRIBUTE),
1144 hostConfig,
1207 FSServiceUtils.getSPAuthContextInfo(hostConfig);
1249 hostConfig, IFSConstants.DEFAULT_AUTHNCONTEXT);
1628 hostConfig, IFSConstant
[all...]
H A DFSBrowserArtifactConsumerHandler.java171 hostConfig, IFSConstants.SIGNING_CERT_ALIAS);
303 hostEntityId, hostConfig);
361 hostConfig, IFSConstants.PROVIDER_HOME_PAGE_URL);
642 hostConfig, IFSConstants.SIGNING_CERT_ALIAS);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java852 BaseConfigType hostConfig = IDFFMetaUtils.getExtendedConfig(
854 if (hostConfig != null) {
856 hostConfig, IFSConstants.COT_LIST);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java852 BaseConfigType hostConfig = IDFFMetaUtils.getExtendedConfig(
854 if (hostConfig != null) {
856 hostConfig, IFSConstants.COT_LIST);
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DConnectorInfoProviderService.java667 for (JsonValue hostConfig : remoteConnectorHosts) {
668 result.add(hostConfig.get(ConnectorUtil.OPENICF_KEY).getPointer());

Completed in 78 milliseconds