Searched refs:site (Results 26 - 39 of 39) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java705 String site = (String) iter.next();
706 int idx = site.indexOf(delimiter);
707 String siteid = site.substring(idx + 1, site.length());
708 site = site.substring(0, idx);
709 ServiceConfig subConfig = sessionServiceConfig.getSubConfig(site);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerSiteViewBean.java186 "table.site.button.new");
188 "table.site.button.delete");
190 "table.site.name.column.name");
192 "table.site.url.column.name");
194 "table.site.servers.column.name");
209 "table.server.site.column.name");
219 String site = (String)i.next();
221 params[0] = model.getSitePrimaryURL(site);
223 Set assignedServers = model.getSiteServers(site);
236 map.put(site, param
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/
H A DDiagnosticTool_fr.properties119 site_configuration=Configuration du site
124 server_and_site=Serveur et site
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerSiteViewBean.java195 "table.site.button.new");
197 "table.site.button.delete");
199 "table.site.name.column.name");
201 "table.site.url.column.name");
203 "table.site.servers.column.name");
218 "table.server.site.column.name");
228 String site = (String)i.next();
230 params[0] = model.getSitePrimaryURL(site);
232 Set assignedServers = model.getSiteServers(site);
245 map.put(site, param
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfiguration.java800 * Adds server to a site.
805 * @param siteId Identifier of the site.
837 * Returns a site name of which server belongs to.
842 * @return a site name.
849 String site = null;
856 site = (String)sites.iterator().next();
859 return site;
863 * Sets site name of which server belongs to.
889 * Removes server from a site.
894 * @param siteId Identifier of the site
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfiguration.java462 * Returns <code>true</code> if server or site id exists.
824 * Adds server to a site.
829 * @param siteId Identifier of the site.
861 * Returns a site name of which server belongs to.
866 * @return a site name.
873 String site = null;
880 site = (String)sites.iterator().next();
883 return site;
887 * Sets site name of which server belongs to.
913 * Removes server from a site
[all...]
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c1270 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/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DConfigMonitoring.java150 // get primary url for each site
153 String site = it.next();
155 SiteConfiguration.getSitePrimaryURL(ssoToken, site);
156 puMap.put(site, purl);
157 siteMap.put(purl, site);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DConfigMonitoring.java138 // get primary url for each site
141 String site = it.next();
143 SiteConfiguration.getSitePrimaryURL(ssoToken, site);
144 puMap.put(site, purl);
145 siteMap.put(purl, site);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java149 private static final String SERVER_PARENT_SITE = "amconfig.header.site";
792 String site = getServerSite(token, serverUrl);
794 isEmpty(site) ? EMPTY_SELECTION : site);
796 throw new InternalServerErrorException("Unable to read site for server " + serverUrl, e);
1017 String site = content.get(SERVER_PARENT_SITE).get(PARENT_SITE_PROPERTY).asString();
1018 setServerSite(token, serverUrl, EMPTY_SELECTION.equals(site) ? "" : site);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java469 // site configuration is passed as a map of the site
481 // site configuration is passed as a map of the site information
568 // used for site configuration later
643 // setup site configuration information
645 String site = (String) siteMap.get( SetupConstants.LB_SITE_NAME);
652 * to an existing site. we don't need to create it
657 if (!sites.contains(site)) {
658 SiteConfiguration.createSite(adminToken, site, primaryUR
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java116 "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/services/naming/
H A DWebtopNaming.java120 "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/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java380 // site configuration is passed as a map of the site
391 // site configuration is passed as a map of the site information
478 // used for site configuration later
552 // setup site configuration information
554 String site = (String) siteMap.get( SetupConstants.LB_SITE_NAME);
559 * to an existing site. we don't need to create it
564 if (!sites.contains(site)) {
565 SiteConfiguration.createSite(adminToken, site, primaryUR
[all...]

Completed in 64 milliseconds

12