/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/ |
H A D | SiteConfigValidator.java | 46 * This is a supporting class to validate the site configuration 57 * Validate the site configuration. 70 toolOutWriter.printStatusMsg(false, "site-validate-cfg-prop"); 89 toolOutWriter.printMessage("site-validate-cfg-prop"); 107 String site = i.next(); 109 toolOutWriter.printMessage("site-url-process-entry", 110 new String[] {site}); 111 checkOrganizationAlias(ssoToken, site); 112 validateSiteUrlSyntax(site); 116 toolOutWriter.printMessage("site 166 validateSiteUrlSyntax(String site) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/ |
H A D | LegacySessionIDExtensions.java | 36 * This logic has been specifically encapsulated to ensure that changes to the server/site 55 public LegacySessionIDExtensions(String primary, String site, String storage) { argument 58 extensionsMap.put(SITE_ID, site);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/ |
H A D | SessionIDCorrector.java | 28 * changing the servers in a site, a Sessions the Server ID (S1) and 159 private String site; field in class:SessionIDCorrector.ResolvedServer 164 site = null; 167 site = siteID; 176 return site; 180 return !StringUtils.isEmpty(site); 183 public void setSite(String site) { argument 184 this.site = site; 188 if (site [all...] |
H A D | WebtopNaming.java | 116 "com.iplanet.am.naming.map.site.to.server"; 191 * Tells whether the provided ID belongs to a site or not. 194 * @return <code>true</code> if the ID corresponds to a site. 201 * Tells whether the provided ID belongs to a secondary site or not. 204 * @return <code>true</code> if the ID corresponds to a secondary site. 831 * Returns the unique identifier of the site which the given 855 * Returns the unique identifier of the site which the given 925 * secondary site list. 932 * @return the secondary site list 948 * secondary site lis 1662 removeFailedSite(String site) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/ |
H A D | LegacySessionIDExtensions.java | 36 * This logic has been specifically encapsulated to ensure that changes to the server/site 55 public LegacySessionIDExtensions(String primary, String site, String storage) { argument 58 extensionsMap.put(SITE_ID, site);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/ |
H A D | SessionIDCorrector.java | 28 * changing the servers in a site, a Sessions the Server ID (S1) and 159 private String site; field in class:SessionIDCorrector.ResolvedServer 164 site = null; 167 site = siteID; 176 return site; 180 return !StringUtils.isEmpty(site); 183 public void setSite(String site) { argument 184 this.site = site; 188 if (site [all...] |
H A D | WebtopNaming.java | 120 "com.iplanet.am.naming.map.site.to.server"; 195 * Tells whether the provided ID belongs to a site or not. 198 * @return <code>true</code> if the ID corresponds to a site. 205 * Tells whether the provided ID belongs to a secondary site or not. 208 * @return <code>true</code> if the ID corresponds to a secondary site. 375 * Return the mapped server URL if there is a site. Otherwise, return the server URL from the session. 379 * @return the site URL 907 * Returns the unique identifier of the site which the given 931 * Returns the unique identifier of the site which the given 1011 * secondary site lis 1744 removeFailedSite(String site) argument [all...] |
/forgerock/web-agents-v4/source/ |
H A D | admin_iis.c | 1270 IAppHostElement *site = NULL; local 1274 hresult = IAppHostElementCollection_get_Item(host_element_collection, index, &site); 1276 char *id = get_property_value_byname(site, &id_value, &bstr_id, VT_UI4); 1280 hresult = IAppHostElement_get_Collection(site, &site_element_collection); 1320 if (site != NULL) { 1321 IAppHostElement_Release(site);
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 852 IHttpSite *site = ctx->GetSite(); local 863 * server/site - we are not handling this request 867 WriteEventLog("%s GetConfig failed for site %d", thisfunc, site->GetSiteId()); 871 /* WriteEventLog("%s GetConfig config is not enabled for site %d", thisfunc, site->GetSiteId()); */ 880 am_log_register_instance(site->GetSiteId(), boot->debug_file, boot->debug_level, boot->debug, 883 WriteEventLog("%s GetConfig boot == NULL (%d)", thisfunc, site->GetSiteId()); 888 AM_LOG_DEBUG(site->GetSiteId(), "%s begin", thisfunc); 892 rv = am_get_agent_config(site 984 IHttpSite *site = ctx->GetSite(); local [all...] |