Searched defs:serverGroupProperties (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java458 HashMap<ServerGroupProperty, Object> serverGroupProperties =
468 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
470 updateServerGroup(ALL_SERVERGROUP_NAME, serverGroupProperties);
579 HashMap<ServerGroupProperty, Object> serverGroupProperties =
581 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
583 updateServerGroup(groupName, serverGroupProperties);
921 * @param serverGroupProperties the properties of the server group to be
926 Map<ServerGroupProperty, Object> serverGroupProperties)
929 LdapName dn = makeDNFromServerGroupProperties(serverGroupProperties);
931 serverGroupProperties);
925 createServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
961 updateServerGroup(String groupID, Map<ServerGroupProperty, Object> serverGroupProperties) argument
1020 removeServerGroupProp(String groupID, Set<ServerGroupProperty> serverGroupProperties) argument
1051 deleteServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1533 makeDNFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1794 makeAttrsFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1817 makeAttrsFromServerGroupProperties( Set<ServerGroupProperty> serverGroupProperties) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java459 HashMap<ServerGroupProperty, Object> serverGroupProperties =
469 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
471 updateServerGroup(ALL_SERVERGROUP_NAME, serverGroupProperties);
580 HashMap<ServerGroupProperty, Object> serverGroupProperties =
582 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
584 updateServerGroup(groupName, serverGroupProperties);
922 * @param serverGroupProperties the properties of the server group to be
927 Map<ServerGroupProperty, Object> serverGroupProperties)
930 LdapName dn = makeDNFromServerGroupProperties(serverGroupProperties);
932 serverGroupProperties);
926 createServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
962 updateServerGroup(String groupID, Map<ServerGroupProperty, Object> serverGroupProperties) argument
1021 removeServerGroupProp(String groupID, Set<ServerGroupProperty> serverGroupProperties) argument
1052 deleteServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1534 makeDNFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1794 makeAttrsFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1817 makeAttrsFromServerGroupProperties( Set<ServerGroupProperty> serverGroupProperties) argument
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java459 HashMap<ServerGroupProperty, Object> serverGroupProperties =
469 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
471 updateServerGroup(ALL_SERVERGROUP_NAME, serverGroupProperties);
580 HashMap<ServerGroupProperty, Object> serverGroupProperties =
582 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
584 updateServerGroup(groupName, serverGroupProperties);
922 * @param serverGroupProperties the properties of the server group to be
927 Map<ServerGroupProperty, Object> serverGroupProperties)
930 LdapName dn = makeDNFromServerGroupProperties(serverGroupProperties);
932 serverGroupProperties);
926 createServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
962 updateServerGroup(String groupID, Map<ServerGroupProperty, Object> serverGroupProperties) argument
1021 removeServerGroupProp(String groupID, Set<ServerGroupProperty> serverGroupProperties) argument
1052 deleteServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1534 makeDNFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1794 makeAttrsFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1817 makeAttrsFromServerGroupProperties( Set<ServerGroupProperty> serverGroupProperties) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java458 HashMap<ServerGroupProperty, Object> serverGroupProperties =
468 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
470 updateServerGroup(ALL_SERVERGROUP_NAME, serverGroupProperties);
579 HashMap<ServerGroupProperty, Object> serverGroupProperties =
581 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
583 updateServerGroup(groupName, serverGroupProperties);
921 * @param serverGroupProperties the properties of the server group to be
926 Map<ServerGroupProperty, Object> serverGroupProperties)
929 LdapName dn = makeDNFromServerGroupProperties(serverGroupProperties);
931 serverGroupProperties);
925 createServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
961 updateServerGroup(String groupID, Map<ServerGroupProperty, Object> serverGroupProperties) argument
1020 removeServerGroupProp(String groupID, Set<ServerGroupProperty> serverGroupProperties) argument
1051 deleteServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1533 makeDNFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1794 makeAttrsFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1817 makeAttrsFromServerGroupProperties( Set<ServerGroupProperty> serverGroupProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java459 HashMap<ServerGroupProperty, Object> serverGroupProperties =
469 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
471 updateServerGroup(ALL_SERVERGROUP_NAME, serverGroupProperties);
580 HashMap<ServerGroupProperty, Object> serverGroupProperties =
582 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
584 updateServerGroup(groupName, serverGroupProperties);
922 * @param serverGroupProperties the properties of the server group to be
927 Map<ServerGroupProperty, Object> serverGroupProperties)
930 LdapName dn = makeDNFromServerGroupProperties(serverGroupProperties);
932 serverGroupProperties);
926 createServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
962 updateServerGroup(String groupID, Map<ServerGroupProperty, Object> serverGroupProperties) argument
1021 removeServerGroupProp(String groupID, Set<ServerGroupProperty> serverGroupProperties) argument
1052 deleteServerGroup( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1534 makeDNFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1794 makeAttrsFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1817 makeAttrsFromServerGroupProperties( Set<ServerGroupProperty> serverGroupProperties) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java382 Map<ServerGroupProperty, Object> serverGroupProperties = new HashMap<>();
391 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
393 updateServerGroup(ALL_SERVERGROUP_NAME, serverGroupProperties);
492 Map<ServerGroupProperty, Object> serverGroupProperties = new HashMap<>();
493 serverGroupProperties.put(ServerGroupProperty.MEMBERS, memberList);
495 updateServerGroup(groupName, serverGroupProperties);
808 * @param serverGroupProperties
813 public void createServerGroup(Map<ServerGroupProperty, Object> serverGroupProperties) throws ADSContextException argument
815 LdapName dn = makeDNFromServerGroupProperties(serverGroupProperties);
816 BasicAttributes attrs = makeAttrsFromServerGroupProperties(serverGroupProperties);
847 updateServerGroup(String groupID, Map<ServerGroupProperty, Object> serverGroupProperties) argument
901 removeServerGroupProp(String groupID, Set<ServerGroupProperty> serverGroupProperties) argument
928 deleteServerGroup(Map<ServerGroupProperty, Object> serverGroupProperties) argument
1373 makeDNFromServerGroupProperties(Map<ServerGroupProperty, Object> serverGroupProperties) argument
1645 makeAttrsFromServerGroupProperties( Map<ServerGroupProperty, Object> serverGroupProperties) argument
1669 makeAttrsFromServerGroupProperties(Set<ServerGroupProperty> serverGroupProperties) argument
[all...]

Completed in 36 milliseconds