Searched refs:groupEntryDN (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DVirtualStaticGroup.java76 private DN groupEntryDN; field in class:VirtualStaticGroup
99 * @param groupEntryDN The DN of the entry that holds the definition for
105 public VirtualStaticGroup(DN groupEntryDN, DN targetGroupDN) argument
109 ensureNotNull(groupEntryDN, targetGroupDN);
111 this.groupEntryDN = groupEntryDN;
231 return groupEntryDN;
242 groupEntryDN = groupDN;
328 String.valueOf(targetGroupDN), String.valueOf(groupEntryDN));
335 String.valueOf(groupEntryDN), Strin
[all...]
H A DDynamicGroup.java82 private DN groupEntryDN; field in class:DynamicGroup
105 * @param groupEntryDN The DN of the entry that holds the definition for
111 public DynamicGroup(DN groupEntryDN, LinkedHashSet<LDAPURL> memberURLs) argument
115 ensureNotNull(groupEntryDN, memberURLs);
117 this.groupEntryDN = groupEntryDN;
222 return groupEntryDN;
233 groupEntryDN = groupDN;
360 return new DynamicGroupMemberList(groupEntryDN, memberURLs);
375 return new DynamicGroupMemberList(groupEntryDN, memberURL
[all...]
H A DStaticGroup.java99 private DN groupEntryDN; field in class:StaticGroup
131 * @param groupEntryDN The DN of the entry that holds the definition
138 public StaticGroup(DN groupEntryDN, AttributeType memberAttributeType, argument
144 ensureNotNull(groupEntryDN, memberAttributeType, memberDNs);
146 this.groupEntryDN = groupEntryDN;
357 return groupEntryDN;
368 groupEntryDN = groupDN;
415 String.valueOf(groupEntryDN));
435 groupEntryDN, mod
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DVirtualStaticGroup.java75 private DN groupEntryDN; field in class:VirtualStaticGroup
98 * @param groupEntryDN The DN of the entry that holds the definition for
104 public VirtualStaticGroup(DN groupEntryDN, DN targetGroupDN) argument
108 ensureNotNull(groupEntryDN, targetGroupDN);
110 this.groupEntryDN = groupEntryDN;
230 return groupEntryDN;
241 groupEntryDN = groupDN;
327 String.valueOf(targetGroupDN), String.valueOf(groupEntryDN));
334 String.valueOf(groupEntryDN), Strin
[all...]
H A DDynamicGroup.java81 private DN groupEntryDN; field in class:DynamicGroup
104 * @param groupEntryDN The DN of the entry that holds the definition for
110 public DynamicGroup(DN groupEntryDN, LinkedHashSet<LDAPURL> memberURLs) argument
114 ensureNotNull(groupEntryDN, memberURLs);
116 this.groupEntryDN = groupEntryDN;
221 return groupEntryDN;
232 groupEntryDN = groupDN;
359 return new DynamicGroupMemberList(groupEntryDN, memberURLs);
374 return new DynamicGroupMemberList(groupEntryDN, memberURL
[all...]
H A DStaticGroup.java98 private DN groupEntryDN; field in class:StaticGroup
130 * @param groupEntryDN The DN of the entry that holds the definition
137 public StaticGroup(DN groupEntryDN, AttributeType memberAttributeType, argument
143 ensureNotNull(groupEntryDN, memberAttributeType, memberDNs);
145 this.groupEntryDN = groupEntryDN;
356 return groupEntryDN;
367 groupEntryDN = groupDN;
414 String.valueOf(groupEntryDN));
434 groupEntryDN, mod
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DVirtualStaticGroup.java76 private DN groupEntryDN; field in class:VirtualStaticGroup
99 * @param groupEntryDN The DN of the entry that holds the definition for
105 public VirtualStaticGroup(DN groupEntryDN, DN targetGroupDN) argument
109 ensureNotNull(groupEntryDN, targetGroupDN);
111 this.groupEntryDN = groupEntryDN;
231 return groupEntryDN;
242 groupEntryDN = groupDN;
328 String.valueOf(targetGroupDN), String.valueOf(groupEntryDN));
335 String.valueOf(groupEntryDN), Strin
[all...]
H A DDynamicGroup.java82 private DN groupEntryDN; field in class:DynamicGroup
105 * @param groupEntryDN The DN of the entry that holds the definition for
111 public DynamicGroup(DN groupEntryDN, LinkedHashSet<LDAPURL> memberURLs) argument
115 ensureNotNull(groupEntryDN, memberURLs);
117 this.groupEntryDN = groupEntryDN;
222 return groupEntryDN;
233 groupEntryDN = groupDN;
360 return new DynamicGroupMemberList(groupEntryDN, memberURLs);
375 return new DynamicGroupMemberList(groupEntryDN, memberURL
[all...]
H A DStaticGroup.java99 private DN groupEntryDN; field in class:StaticGroup
131 * @param groupEntryDN The DN of the entry that holds the definition
138 public StaticGroup(DN groupEntryDN, AttributeType memberAttributeType, argument
144 ensureNotNull(groupEntryDN, memberAttributeType, memberDNs);
146 this.groupEntryDN = groupEntryDN;
357 return groupEntryDN;
368 groupEntryDN = groupDN;
415 String.valueOf(groupEntryDN));
435 groupEntryDN, mod
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DVirtualStaticGroup.java76 private DN groupEntryDN; field in class:VirtualStaticGroup
99 * @param groupEntryDN The DN of the entry that holds the definition for
105 public VirtualStaticGroup(DN groupEntryDN, DN targetGroupDN) argument
109 ensureNotNull(groupEntryDN, targetGroupDN);
111 this.groupEntryDN = groupEntryDN;
231 return groupEntryDN;
242 groupEntryDN = groupDN;
328 String.valueOf(targetGroupDN), String.valueOf(groupEntryDN));
335 String.valueOf(groupEntryDN), Strin
[all...]
H A DDynamicGroup.java82 private DN groupEntryDN; field in class:DynamicGroup
105 * @param groupEntryDN The DN of the entry that holds the definition for
111 public DynamicGroup(DN groupEntryDN, LinkedHashSet<LDAPURL> memberURLs) argument
115 ensureNotNull(groupEntryDN, memberURLs);
117 this.groupEntryDN = groupEntryDN;
222 return groupEntryDN;
233 groupEntryDN = groupDN;
360 return new DynamicGroupMemberList(groupEntryDN, memberURLs);
375 return new DynamicGroupMemberList(groupEntryDN, memberURL
[all...]
H A DStaticGroup.java99 private DN groupEntryDN; field in class:StaticGroup
131 * @param groupEntryDN The DN of the entry that holds the definition
138 public StaticGroup(DN groupEntryDN, AttributeType memberAttributeType, argument
144 ensureNotNull(groupEntryDN, memberAttributeType, memberDNs);
146 this.groupEntryDN = groupEntryDN;
357 return groupEntryDN;
368 groupEntryDN = groupDN;
415 String.valueOf(groupEntryDN));
435 groupEntryDN, mod
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DVirtualStaticGroup.java75 private DN groupEntryDN; field in class:VirtualStaticGroup
98 * @param groupEntryDN The DN of the entry that holds the definition for
104 public VirtualStaticGroup(DN groupEntryDN, DN targetGroupDN) argument
108 ensureNotNull(groupEntryDN, targetGroupDN);
110 this.groupEntryDN = groupEntryDN;
230 return groupEntryDN;
241 groupEntryDN = groupDN;
327 String.valueOf(targetGroupDN), String.valueOf(groupEntryDN));
334 String.valueOf(groupEntryDN), Strin
[all...]
H A DDynamicGroup.java81 private DN groupEntryDN; field in class:DynamicGroup
104 * @param groupEntryDN The DN of the entry that holds the definition for
110 public DynamicGroup(DN groupEntryDN, LinkedHashSet<LDAPURL> memberURLs) argument
114 ensureNotNull(groupEntryDN, memberURLs);
116 this.groupEntryDN = groupEntryDN;
221 return groupEntryDN;
232 groupEntryDN = groupDN;
359 return new DynamicGroupMemberList(groupEntryDN, memberURLs);
374 return new DynamicGroupMemberList(groupEntryDN, memberURL
[all...]
H A DStaticGroup.java98 private DN groupEntryDN; field in class:StaticGroup
130 * @param groupEntryDN The DN of the entry that holds the definition
137 public StaticGroup(DN groupEntryDN, AttributeType memberAttributeType, argument
143 ensureNotNull(groupEntryDN, memberAttributeType, memberDNs);
145 this.groupEntryDN = groupEntryDN;
356 return groupEntryDN;
367 groupEntryDN = groupDN;
414 String.valueOf(groupEntryDN));
434 groupEntryDN, mod
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DVirtualStaticGroup.java72 private DN groupEntryDN; field in class:VirtualStaticGroup
95 * @param groupEntryDN The DN of the entry that holds the definition for
101 public VirtualStaticGroup(DN groupEntryDN, DN targetGroupDN) argument
105 ifNull(groupEntryDN, targetGroupDN);
107 this.groupEntryDN = groupEntryDN;
209 return groupEntryDN;
218 groupEntryDN = groupDN;
293 LocalizableMessage message = ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP.get(targetGroupDN, groupEntryDN);
298 LocalizableMessage message = ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL.get(groupEntryDN, targetGroupD
[all...]
H A DDynamicGroup.java78 private DN groupEntryDN; field in class:DynamicGroup
101 * @param groupEntryDN The DN of the entry that holds the definition for
107 public DynamicGroup(DN groupEntryDN, LinkedHashSet<LDAPURL> memberURLs) argument
111 ifNull(groupEntryDN, memberURLs);
113 this.groupEntryDN = groupEntryDN;
201 return groupEntryDN;
210 groupEntryDN = groupDN;
316 return new DynamicGroupMemberList(groupEntryDN, memberURLs);
329 return new DynamicGroupMemberList(groupEntryDN, memberURL
[all...]
H A DStaticGroup.java96 private DN groupEntryDN; field in class:StaticGroup
121 * @param groupEntryDN The DN of the entry that holds the definition
128 private StaticGroup(ServerContext serverContext, DN groupEntryDN, AttributeType memberAttributeType, argument
132 ifNull(groupEntryDN, memberAttributeType, memberDNs);
135 this.groupEntryDN = groupEntryDN;
283 return groupEntryDN;
290 groupEntryDN = groupDN;
323 LocalizableMessage msg = ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS.get(nestedGroupDN, groupEntryDN);
332 nestedGroupDN, groupEntryDN, modifyOperatio
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DGroupManager.java700 DN groupEntryDN = mapEntry.getKey();
701 if (backend.handlesEntry(groupEntryDN))
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DGroupManager.java700 DN groupEntryDN = mapEntry.getKey();
701 if (backend.handlesEntry(groupEntryDN))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DGroupManager.java683 DN groupEntryDN = mapEntry.getKey();
684 if (backend.handlesEntry(groupEntryDN))
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DGroupManager.java780 DN groupEntryDN = mapEntry.getKey();
781 if (backend.handlesEntry(groupEntryDN))
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DGroupManager.java780 DN groupEntryDN = mapEntry.getKey();
781 if (backend.handlesEntry(groupEntryDN))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DGroupManager.java780 DN groupEntryDN = mapEntry.getKey();
781 if (backend.handlesEntry(groupEntryDN))

Completed in 73 milliseconds