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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1917 Map<ADSContext.ServerProperty, Object> serverADSProperties = null;
1922 serverADSProperties = server.getAdsProperties();
1926 if (serverADSProperties == null)
1934 if (server.getAdsProperties() != serverADSProperties)
1936 removeReferences(server, serverADSProperties);
1945 * servers if the serverADSProperties object passed is not null.
1948 * @param serverADSProperties the Map with the ADS properties of the server
1954 Map<ADSContext.ServerProperty, Object> serverADSProperties)
2025 removeReferences(ctx, server.getHostPort(true), serverADSProperties);
2073 * servers if the serverADSProperties objec
1953 removeReferences(ServerDescriptor server, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
2083 removeReferences(InitialLdapContext ctx, String serverDisplay, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1916 Map<ADSContext.ServerProperty, Object> serverADSProperties = null;
1921 serverADSProperties = server.getAdsProperties();
1925 if (serverADSProperties == null)
1933 if (server.getAdsProperties() != serverADSProperties)
1935 removeReferences(server, serverADSProperties);
1944 * servers if the serverADSProperties object passed is not null.
1947 * @param serverADSProperties the Map with the ADS properties of the server
1953 Map<ADSContext.ServerProperty, Object> serverADSProperties)
2024 removeReferences(ctx, server.getHostPort(true), serverADSProperties);
2072 * servers if the serverADSProperties objec
1952 removeReferences(ServerDescriptor server, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
2082 removeReferences(InitialLdapContext ctx, String serverDisplay, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1917 Map<ADSContext.ServerProperty, Object> serverADSProperties = null;
1922 serverADSProperties = server.getAdsProperties();
1926 if (serverADSProperties == null)
1934 if (server.getAdsProperties() != serverADSProperties)
1936 removeReferences(server, serverADSProperties);
1945 * servers if the serverADSProperties object passed is not null.
1948 * @param serverADSProperties the Map with the ADS properties of the server
1954 Map<ADSContext.ServerProperty, Object> serverADSProperties)
2025 removeReferences(ctx, server.getHostPort(true), serverADSProperties);
2073 * servers if the serverADSProperties objec
1953 removeReferences(ServerDescriptor server, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
2083 removeReferences(InitialLdapContext ctx, String serverDisplay, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1916 Map<ADSContext.ServerProperty, Object> serverADSProperties = null;
1921 serverADSProperties = server.getAdsProperties();
1925 if (serverADSProperties == null)
1933 if (server.getAdsProperties() != serverADSProperties)
1935 removeReferences(server, serverADSProperties);
1944 * servers if the serverADSProperties object passed is not null.
1947 * @param serverADSProperties the Map with the ADS properties of the server
1953 Map<ADSContext.ServerProperty, Object> serverADSProperties)
2024 removeReferences(ctx, server.getHostPort(true), serverADSProperties);
2072 * servers if the serverADSProperties objec
1952 removeReferences(ServerDescriptor server, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
2082 removeReferences(InitialLdapContext ctx, String serverDisplay, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java1976 Map<ADSContext.ServerProperty, Object> serverADSProperties = null;
1981 serverADSProperties = server.getAdsProperties();
1985 if (serverADSProperties == null)
1993 if (server.getAdsProperties() != serverADSProperties)
1995 removeReferences(server, serverADSProperties);
2004 * servers if the serverADSProperties object passed is not null.
2007 * @param serverADSProperties the Map with the ADS properties of the server
2013 Map<ADSContext.ServerProperty, Object> serverADSProperties)
2084 removeReferences(ctx, server.getHostPort(true), serverADSProperties);
2132 * servers if the serverADSProperties objec
2012 removeReferences(ServerDescriptor server, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
2142 removeReferences(InitialLdapContext ctx, String serverDisplay, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java1842 Map<ADSContext.ServerProperty, Object> serverADSProperties = null;
1847 serverADSProperties = server.getAdsProperties();
1851 if (serverADSProperties == null)
1859 if (server.getAdsProperties() != serverADSProperties)
1861 removeReferences(server, serverADSProperties);
1870 * servers if the serverADSProperties object passed is not null.
1873 * @param serverADSProperties the Map with the ADS properties of the server
1879 Map<ADSContext.ServerProperty, Object> serverADSProperties)
1950 removeReferences(ctx, server.getHostPort(true), serverADSProperties);
1989 * servers if the serverADSProperties objec
1878 removeReferences(ServerDescriptor server, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
1999 removeReferences(InitialLdapContext ctx, String serverDisplay, Map<ADSContext.ServerProperty, Object> serverADSProperties) argument
[all...]

Completed in 54 milliseconds