Searched refs:domain (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java35 * to a synchronization domain.
40 // The synchronization domain on which the export is done
41 ReplicationDomain domain; field in class:ReplOutputStream
49 * domain.
51 * @param domain The replication domain
53 public ReplOutputStream(ReplicationDomain domain) argument
55 this.domain = domain;
72 domain
[all...]
H A DReplicationMonitor.java49 private ReplicationDomain domain; // the replication plugin field in class:ReplicationMonitor
53 * @param domain the plugin which created the monitor
55 public ReplicationMonitor(ReplicationDomain domain) argument
57 this.domain = domain;
78 return "Directory server DS(" + domain.getServerId() + ") "
79 + domain.getLocalUrl() + ",cn="
80 + domain.getServiceID().replace(',', '_').replace('=', '_')
98 Attribute attr = Attributes.create("domain-name", domain
[all...]
H A DReplInputStream.java46 // The domain associated to this import.
47 ReplicationDomain domain; field in class:ReplInputStream
55 * for a synchronization domain.
57 * @param domain The replication domain
59 public ReplInputStream(ReplicationDomain domain) argument
61 this.domain = domain;
101 bytes = domain.receiveEntryBytes();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java34 * to a synchronization domain.
38 /** The synchronization domain on which the export is done */
39 private final ReplicationDomain domain; field in class:ReplOutputStream
46 * domain.
48 * @param domain The replication domain
50 ReplOutputStream(ReplicationDomain domain) argument
52 this.domain = domain;
66 domain
[all...]
H A DReplicationMonitor.java45 private final ReplicationDomain domain; field in class:ReplicationMonitor
49 * @param domain the plugin which created the monitor
51 ReplicationMonitor(ReplicationDomain domain) argument
53 this.domain = domain;
74 return "Directory server DS(" + domain.getServerId() + ") "
75 + domain.getLocalUrl() + ",cn="
76 + domain.getBaseDNString().replace(',', '_').replace('=', '_')
93 attributes.add(Attributes.create("domain-name", domain
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java35 * to a synchronization domain.
40 // The synchronization domain on which the export is done
41 ReplicationDomain domain; field in class:ReplOutputStream
49 * domain.
51 * @param domain The replication domain
53 public ReplOutputStream(ReplicationDomain domain) argument
55 this.domain = domain;
72 domain
[all...]
H A DReplicationMonitor.java49 private ReplicationDomain domain; // the replication plugin field in class:ReplicationMonitor
53 * @param domain the plugin which created the monitor
55 public ReplicationMonitor(ReplicationDomain domain) argument
57 this.domain = domain;
78 return "Directory server DS(" + domain.getServerId() + ") "
79 + domain.getLocalUrl() + ",cn="
80 + domain.getServiceID().replace(',', '_').replace('=', '_')
98 Attribute attr = Attributes.create("domain-name", domain
[all...]
H A DReplInputStream.java46 // The domain associated to this import.
47 ReplicationDomain domain; field in class:ReplInputStream
55 * for a synchronization domain.
57 * @param domain The replication domain
59 public ReplInputStream(ReplicationDomain domain) argument
61 this.domain = domain;
101 bytes = domain.receiveEntryBytes();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java35 * to a synchronization domain.
40 // The synchronization domain on which the export is done
41 ReplicationDomain domain; field in class:ReplOutputStream
49 * domain.
51 * @param domain The replication domain
53 public ReplOutputStream(ReplicationDomain domain) argument
55 this.domain = domain;
72 domain
[all...]
H A DReplicationMonitor.java49 private ReplicationDomain domain; // the replication plugin field in class:ReplicationMonitor
53 * @param domain the plugin which created the monitor
55 public ReplicationMonitor(ReplicationDomain domain) argument
57 this.domain = domain;
78 return "Directory server DS(" + domain.getServerId() + ") "
79 + domain.getLocalUrl() + ",cn="
80 + domain.getServiceID().replace(',', '_').replace('=', '_')
98 Attribute attr = Attributes.create("domain-name", domain
[all...]
H A DReplInputStream.java46 // The domain associated to this import.
47 ReplicationDomain domain; field in class:ReplInputStream
55 * for a synchronization domain.
57 * @param domain The replication domain
59 public ReplInputStream(ReplicationDomain domain) argument
61 this.domain = domain;
101 bytes = domain.receiveEntryBytes();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java34 * to a synchronization domain.
38 /** The synchronization domain on which the export is done */
39 private final ReplicationDomain domain; field in class:ReplOutputStream
46 * domain.
48 * @param domain The replication domain
50 ReplOutputStream(ReplicationDomain domain) argument
52 this.domain = domain;
66 domain
[all...]
H A DReplicationMonitor.java45 private final ReplicationDomain domain; field in class:ReplicationMonitor
49 * @param domain the plugin which created the monitor
51 ReplicationMonitor(ReplicationDomain domain) argument
53 this.domain = domain;
74 return "Directory server DS(" + domain.getServerId() + ") "
75 + domain.getLocalUrl() + ",cn="
76 + domain.getBaseDNString().replace(',', '_').replace('=', '_')
93 attributes.add(Attributes.create("domain-name", domain
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplOutputStream.java34 * to a synchronization domain.
38 /** The synchronization domain on which the export is done. */
39 private final ReplicationDomain domain; field in class:ReplOutputStream
46 * domain.
48 * @param domain The replication domain
50 ReplOutputStream(ReplicationDomain domain) argument
52 this.domain = domain;
66 domain
[all...]
H A DReplicationMonitor.java46 private final ReplicationDomain domain; field in class:ReplicationMonitor
50 * @param domain the plugin which created the monitor
52 ReplicationMonitor(ReplicationDomain domain) argument
54 this.domain = domain;
73 return "Directory server DS(" + domain.getServerId() + ") "
74 + domain.getLocalUrl()
75 + ",cn=" + domain.getBaseDN().toString().replace(',', '_').replace('=', '_')
92 addMonitorData(attributes, "domain-name", domain
[all...]
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DHttpClientRequestCookie.java31 private final String domain; field in class:HttpClientRequestCookie
35 protected HttpClientRequestCookie(String domain, String field, String value) { argument
37 Reject.ifNull(domain, "domain cannot be null");
41 this.domain = domain;
47 * Get the domain for which the cookie was set.
49 * @return The domain for which the cookie was set.
52 return domain;
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DHttpClientRequestCookie.java31 private final String domain; field in class:HttpClientRequestCookie
35 protected HttpClientRequestCookie(String domain, String field, String value) { argument
37 Reject.ifNull(domain, "domain cannot be null");
41 this.domain = domain;
47 * Get the domain for which the cookie was set.
49 * @return The domain for which the cookie was set.
52 return domain;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DEmailValidator.java43 * and domain information e.g. name@domain.com
80 String domain = value.substring(index + 1, value.length());
82 return validateName(name) && validateDomain(domain);
126 private boolean validateDomain(String domain) { argument
128 StringTokenizer tok = new StringTokenizer(domain, ".");
130 int number = domain.length() - domain.replace(".", "").length() + 1;
145 private boolean isValidDomainPart(String domain) { argument
147 int length = domain
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DMultimasterReplication.java128 * Finds the domain for a given DN.
130 * @param dn The DN for which the domain must be returned.
133 * @return The domain for this DN.
179 LDAPReplicationDomain domain = null;
181 while (domain == null && temp != null)
183 domain = domains.get(temp);
187 return domain;
191 * Creates a new domain from its configEntry, do the
194 * @param configuration The entry with the configuration of this domain.
195 * @return The domain create
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java102 * Finds the domain for a given DN.
104 * @param dn The DN for which the domain must be returned.
107 * @return The domain for this DN.
153 LDAPReplicationDomain domain;
157 domain = domains.get(temp);
163 } while (domain == null);
165 return domain;
169 * Creates a new domain from its configEntry, do the
172 * @param configuration The entry with the configuration of this domain.
173 * @return The domain create
[all...]
H A DExternalChangelogDomain.java43 * domain.
51 private LDAPReplicationDomain domain; field in class:ExternalChangelogDomain
56 * @param domain The provided domain.
59 public ExternalChangelogDomain(LDAPReplicationDomain domain, argument
62 this.domain = domain;
65 domain.setEclIncludes(domain.getServerId(),
79 if (domain
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java142 * Finds the domain for a given DN.
144 * @param dn The DN for which the domain must be returned.
147 * @return The domain for this DN.
193 LDAPReplicationDomain domain = null;
195 while (domain == null && temp != null)
197 domain = domains.get(temp);
201 return domain;
205 * Creates a new domain from its configEntry, do the
208 * @param configuration The entry with the configuration of this domain.
209 * @return The domain create
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java100 * Finds the domain for a given DN.
102 * @param dn The DN for which the domain must be returned.
105 * @return The domain for this DN.
152 LDAPReplicationDomain domain = null;
154 while (domain == null && temp != null)
156 domain = domains.get(temp);
160 return domain;
164 * Creates a new domain from its configEntry, do the
167 * @param configuration The entry with the configuration of this domain.
168 * @return The domain create
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java102 * Finds the domain for a given DN.
104 * @param dn The DN for which the domain must be returned.
107 * @return The domain for this DN.
153 LDAPReplicationDomain domain;
157 domain = domains.get(temp);
163 } while (domain == null);
165 return domain;
169 * Creates a new domain from its configEntry, do the
172 * @param configuration The entry with the configuration of this domain.
173 * @return The domain create
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java142 * Finds the domain for a given DN.
144 * @param dn The DN for which the domain must be returned.
147 * @return The domain for this DN.
193 LDAPReplicationDomain domain = null;
195 while (domain == null && temp != null)
197 domain = domains.get(temp);
201 return domain;
205 * Creates a new domain from its configEntry, do the
208 * @param configuration The entry with the configuration of this domain.
209 * @return The domain create
[all...]

Completed in 35 milliseconds

1234567891011>>