Searched defs:hostConfig (Results 1 - 6 of 6) sorted by relevance

/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/util/
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 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/fednsso/
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...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
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...]

Completed in 70 milliseconds