Searched defs:ATTR_PARENT_SITE_ID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfiguration.java69 private static final String ATTR_PARENT_SITE_ID = "parentsiteid"; field in class:ServerConfiguration
113 Set setSiteId = (Set)attrs.get(ATTR_PARENT_SITE_ID);
672 // remove ATTR_PARENT_SITE_ID as this should be excluded from server-default
673 map.remove(ATTR_PARENT_SITE_ID);
826 attrs.put(ATTR_PARENT_SITE_ID, set);
854 Set sites = (Set)attrs.get(ATTR_PARENT_SITE_ID);
883 attrs.put(ATTR_PARENT_SITE_ID, sites);
911 attrs.put(ATTR_PARENT_SITE_ID, Collections.emptySet());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfiguration.java71 private static final String ATTR_PARENT_SITE_ID = "parentsiteid"; field in class:ServerConfiguration
115 Set setSiteId = (Set)attrs.get(ATTR_PARENT_SITE_ID);
696 // remove ATTR_PARENT_SITE_ID as this should be excluded from server-default
697 map.remove(ATTR_PARENT_SITE_ID);
850 attrs.put(ATTR_PARENT_SITE_ID, set);
878 Set sites = (Set)attrs.get(ATTR_PARENT_SITE_ID);
907 attrs.put(ATTR_PARENT_SITE_ID, sites);
935 attrs.put(ATTR_PARENT_SITE_ID, Collections.emptySet());

Completed in 32 milliseconds