Searched refs:getSiteNodes (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNamingQuery.java74 * @see WebtopNaming#getSiteNodes(String)
79 public Set<String> getSiteNodes(String siteID) throws Exception { method in class:WebtopNamingQuery
80 return WebtopNaming.getSiteNodes(siteID);
H A DWebtopNaming.java991 public static Set<String> getSiteNodes(String serverid) throws Exception { method in class:WebtopNaming
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNamingQuery.java75 * @see WebtopNaming#getSiteNodes(String)
80 public Set<String> getSiteNodes(String siteID) throws Exception { method in class:WebtopNamingQuery
81 return WebtopNaming.getSiteNodes(siteID);
H A DWebtopNaming.java1071 public static Set<String> getSiteNodes(String serverid) throws Exception { method in class:WebtopNaming
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtils.java68 public Set<String> getSiteNodes(Session session) { method in class:WebtopNamingSiteUtils
85 return query.getSiteNodes(siteID);
107 for (String node : getSiteNodes(session)) {
H A DSessionServerConfig.java298 Set<String> serverIDs = WebtopNaming.getSiteNodes(getSiteID());
H A DSessionCount.java248 serverIDs = WebtopNaming.getSiteNodes(localServerID);
H A DInternalSession.java1379 for (String serverID : WebtopNaming.getSiteNodes(WebtopNaming.getAMServerID())) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtils.java68 public Set<String> getSiteNodes(Session session) { method in class:WebtopNamingSiteUtils
85 return query.getSiteNodes(siteID);
107 for (String node : getSiteNodes(session)) {
H A DSessionServerConfig.java306 Set<String> serverIDs = WebtopNaming.getSiteNodes(siteid);
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtilsTest.java62 utils.getSiteNodes(mockSession);
65 verify(mockQuery).getSiteNodes(eq(siteID));
76 Set<String> result = utils.getSiteNodes(mockSession);
89 given(mockQuery.getSiteNodes(anyString())).willThrow(new Exception());
92 utils.getSiteNodes(mockSession);
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtilsTest.java62 utils.getSiteNodes(mockSession);
65 verify(mockQuery).getSiteNodes(eq(siteID));
76 Set<String> result = utils.getSiteNodes(mockSession);
89 given(mockQuery.getSiteNodes(anyString())).willThrow(new Exception());
92 utils.getSiteNodes(mockSession);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DSiteAwareInteractionConfig.java96 Set siteNodes = WebtopNaming.getSiteNodes(siteId);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DSiteAwareInteractionConfig.java96 Set siteNodes = WebtopNaming.getSiteNodes(siteId);

Completed in 1115 milliseconds