Searched refs:getSuffix (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dobjects.py39 def getSuffix(self): member in class:person_entry
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dobjects.py38 def getSuffix(self): member in class:person_entry
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dobjects.py39 def getSuffix(self): member in class:person_entry
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dobjects.py39 def getSuffix(self): member in class:person_entry
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dobjects.py38 def getSuffix(self): member in class:person_entry
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java114 public SuffixDescriptor getSuffix() method in class:ReplicaDescriptor
H A DTopologyCache.java142 + replica.getSuffix().getDN());
145 LdapName dn = new LdapName(replica.getSuffix().getDN());
174 sufs.add(replica.getSuffix());
175 suffixes.add(replica.getSuffix());
512 if (Utils.areDnsEqual(dn, replica.getSuffix().getDN())
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java115 public SuffixDescriptor getSuffix() method in class:ReplicaDescriptor
H A DTopologyCache.java154 + replica.getSuffix().getDN());
157 LdapName dn = new LdapName(replica.getSuffix().getDN());
186 sufs.add(replica.getSuffix());
187 suffixes.add(replica.getSuffix());
522 if (Utils.areDnsEqual(dn, replica.getSuffix().getDN())
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java115 public SuffixDescriptor getSuffix() method in class:ReplicaDescriptor
H A DTopologyCache.java154 + replica.getSuffix().getDN());
157 LdapName dn = new LdapName(replica.getSuffix().getDN());
186 sufs.add(replica.getSuffix());
187 suffixes.add(replica.getSuffix());
522 if (Utils.areDnsEqual(dn, replica.getSuffix().getDN())
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java114 public SuffixDescriptor getSuffix() method in class:ReplicaDescriptor
H A DTopologyCache.java142 + replica.getSuffix().getDN());
145 LdapName dn = new LdapName(replica.getSuffix().getDN());
174 sufs.add(replica.getSuffix());
175 suffixes.add(replica.getSuffix());
512 if (Utils.areDnsEqual(dn, replica.getSuffix().getDN())
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java115 public SuffixDescriptor getSuffix() method in class:ReplicaDescriptor
H A DTopologyCache.java154 + replica.getSuffix().getDN());
157 LdapName dn = new LdapName(replica.getSuffix().getDN());
186 sufs.add(replica.getSuffix());
187 suffixes.add(replica.getSuffix());
522 if (Utils.areDnsEqual(dn, replica.getSuffix().getDN())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DReplicaDescriptor.java115 public SuffixDescriptor getSuffix() method in class:ReplicaDescriptor
H A DTopologyCache.java135 + replica.getSuffix().getDN()));
138 LdapName dn = new LdapName(replica.getSuffix().getDN());
167 sufs.add(replica.getSuffix());
168 suffixes.add(replica.getSuffix());
516 if (Utils.areDnsEqual(dn, replica.getSuffix().getDN())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1835 String dn = rep.getSuffix().getDN();
3832 String rep1SuffixDN = rep1.getSuffix().getDN();
3833 String rep2SuffixDN = rep2.getSuffix().getDN();
3895 if (areDnsEqual(rep1.getSuffix().getDN(), rep2.getSuffix().getDN()) &&
3920 if (areDnsEqual(rep1.getSuffix().getDN(), rep2.getSuffix().getDN()) &&
4674 String dn = rep.getSuffix().getDN();
4821 String dn = rep.getSuffix().getDN();
5847 String dn = rep.getSuffix()
6655 private SuffixDescriptor getSuffix(String baseDN, TopologyCache cache, method in class:ReplicationCliMain
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1307 String dn = rep.getSuffix().getDN();
1340 String dn = rep.getSuffix().getDN();
4054 Utils.areDnsEqual(rep1.getSuffix().getDN(),
4055 rep2.getSuffix().getDN()))
4057 suffixes.add(rep1.getSuffix().getDN());
4063 suffixes.add(rep1.getSuffix().getDN());
4069 suffixes.add(rep1.getSuffix().getDN());
4074 Utils.areDnsEqual(rep1.getSuffix().getDN(),
4075 rep2.getSuffix().getDN()))
4077 suffixes.add(rep1.getSuffix()
7751 private SuffixDescriptor getSuffix(String baseDN, TopologyCache cache, method in class:ReplicationCliMain
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1233 String dn = rep.getSuffix().getDN();
1266 String dn = rep.getSuffix().getDN();
3852 Utils.areDnsEqual(rep1.getSuffix().getDN(),
3853 rep2.getSuffix().getDN()))
3855 suffixes.add(rep1.getSuffix().getDN());
3861 suffixes.add(rep1.getSuffix().getDN());
3867 suffixes.add(rep1.getSuffix().getDN());
3872 Utils.areDnsEqual(rep1.getSuffix().getDN(),
3873 rep2.getSuffix().getDN()))
3875 suffixes.add(rep1.getSuffix()
7323 private SuffixDescriptor getSuffix(String baseDN, TopologyCache cache, method in class:ReplicationCliMain
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1307 String dn = rep.getSuffix().getDN();
1340 String dn = rep.getSuffix().getDN();
4054 Utils.areDnsEqual(rep1.getSuffix().getDN(),
4055 rep2.getSuffix().getDN()))
4057 suffixes.add(rep1.getSuffix().getDN());
4063 suffixes.add(rep1.getSuffix().getDN());
4069 suffixes.add(rep1.getSuffix().getDN());
4074 Utils.areDnsEqual(rep1.getSuffix().getDN(),
4075 rep2.getSuffix().getDN()))
4077 suffixes.add(rep1.getSuffix()
7751 private SuffixDescriptor getSuffix(String baseDN, TopologyCache cache, method in class:ReplicationCliMain
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1308 String dn = rep.getSuffix().getDN();
1341 String dn = rep.getSuffix().getDN();
4055 Utils.areDnsEqual(rep1.getSuffix().getDN(),
4056 rep2.getSuffix().getDN()))
4058 suffixes.add(rep1.getSuffix().getDN());
4064 suffixes.add(rep1.getSuffix().getDN());
4070 suffixes.add(rep1.getSuffix().getDN());
4075 Utils.areDnsEqual(rep1.getSuffix().getDN(),
4076 rep2.getSuffix().getDN()))
4078 suffixes.add(rep1.getSuffix()
7752 private SuffixDescriptor getSuffix(String baseDN, TopologyCache cache, method in class:ReplicationCliMain
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java1233 String dn = rep.getSuffix().getDN();
1266 String dn = rep.getSuffix().getDN();
3852 Utils.areDnsEqual(rep1.getSuffix().getDN(),
3853 rep2.getSuffix().getDN()))
3855 suffixes.add(rep1.getSuffix().getDN());
3861 suffixes.add(rep1.getSuffix().getDN());
3867 suffixes.add(rep1.getSuffix().getDN());
3872 Utils.areDnsEqual(rep1.getSuffix().getDN(),
3873 rep2.getSuffix().getDN()))
3875 suffixes.add(rep1.getSuffix()
7323 private SuffixDescriptor getSuffix(String baseDN, TopologyCache cache, method in class:ReplicationCliMain
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1969 dns.add(replica.getSuffix().getDN());
2390 String dn = replica.getSuffix().getDN();
2393 suffixes.add(replica.getSuffix());
2397 suffixes.add(replica.getSuffix());
2475 if (areDnsEqual(r.getSuffix().getDN(), dn))
4194 suffixes.add(replica.getSuffix());
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java2041 dns.add(replica.getSuffix().getDN());
2462 String dn = replica.getSuffix().getDN();
2465 suffixes.add(replica.getSuffix());
2469 suffixes.add(replica.getSuffix());
2547 if (areDnsEqual(r.getSuffix().getDN(), dn))
4306 suffixes.add(replica.getSuffix());

Completed in 465 milliseconds

12