Searched defs:siteid (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLSiteID.java58 "saml.profile.siteid.already.exists.siteId");
72 "saml.profile.siteid.already.exists.siteId");
91 String siteid; field in class:FSSAMLSiteID.SiteID
121 siteid = (String)map.get(key);
150 if (siteid != null) {
158 .append(siteid);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLSiteID.java58 "saml.profile.siteid.already.exists.siteId");
72 "saml.profile.siteid.already.exists.siteId");
91 String siteid; field in class:FSSAMLSiteID.SiteID
121 siteid = (String)map.get(key);
150 if (siteid != null) {
158 .append(siteid);
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c46 static BOOL add_to_modules(IAppHostWritableAdminManager* manager, BSTR config_path, const char* siteid);
918 int enable_module(const char *siteid, const char *modconf) { argument
926 if (siteid == NULL || modconf == NULL) {
931 config_path = get_site_name(siteid);
962 if (!add_to_modules(admin_manager, config_path_w, siteid)) {
989 int disable_module(const char *siteid, const char *modconf) { argument
997 if (siteid == NULL || modconf == NULL) {
1002 config_path = get_site_name(siteid);
1060 static BOOL add_to_modules(IAppHostWritableAdminManager* manager, BSTR config_path, const char* siteid) { argument
1126 char* c_str_config_path = get_site_name(siteid);
1157 test_module(const char *siteid) argument
1401 enable_module(const char *siteid, const char *modconf) argument
1405 disable_module(const char *siteid, const char *modconf) argument
1409 test_module(const char *siteid) argument
[all...]

Completed in 28 milliseconds