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

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java89 private MembershipException nextMembershipException; field in class:FilteredStaticGroupMemberList
139 nextMembershipException = null;
147 * When this method returns, if {@code nextMembershipException} is
173 nextMembershipException =
224 nextMembershipException =
257 nextMembershipException =
266 nextMembershipException = null;
282 return ((nextMatchingEntry != null) || (nextMembershipException != null));
324 if (nextMembershipException == null)
333 MembershipException me = nextMembershipException;
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java88 private MembershipException nextMembershipException; field in class:FilteredStaticGroupMemberList
138 nextMembershipException = null;
146 * When this method returns, if {@code nextMembershipException} is
172 nextMembershipException =
223 nextMembershipException =
256 nextMembershipException =
265 nextMembershipException = null;
281 return ((nextMatchingEntry != null) || (nextMembershipException != null));
323 if (nextMembershipException == null)
332 MembershipException me = nextMembershipException;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java89 private MembershipException nextMembershipException; field in class:FilteredStaticGroupMemberList
139 nextMembershipException = null;
147 * When this method returns, if {@code nextMembershipException} is
173 nextMembershipException =
224 nextMembershipException =
257 nextMembershipException =
266 nextMembershipException = null;
282 return ((nextMatchingEntry != null) || (nextMembershipException != null));
324 if (nextMembershipException == null)
333 MembershipException me = nextMembershipException;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java89 private MembershipException nextMembershipException; field in class:FilteredStaticGroupMemberList
139 nextMembershipException = null;
147 * When this method returns, if {@code nextMembershipException} is
173 nextMembershipException =
224 nextMembershipException =
257 nextMembershipException =
266 nextMembershipException = null;
282 return ((nextMatchingEntry != null) || (nextMembershipException != null));
324 if (nextMembershipException == null)
333 MembershipException me = nextMembershipException;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java88 private MembershipException nextMembershipException; field in class:FilteredStaticGroupMemberList
138 nextMembershipException = null;
146 * When this method returns, if {@code nextMembershipException} is
172 nextMembershipException =
223 nextMembershipException =
256 nextMembershipException =
265 nextMembershipException = null;
281 return ((nextMatchingEntry != null) || (nextMembershipException != null));
323 if (nextMembershipException == null)
332 MembershipException me = nextMembershipException;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java73 private MembershipException nextMembershipException; field in class:FilteredStaticGroupMemberList
114 * When this method returns, if {@code nextMembershipException} is
133 nextMembershipException = new MembershipException(ERR_STATICMEMBERS_CANNOT_DECODE_DN.get(nextDN, groupDN,
181 nextMembershipException = new MembershipException(ERR_STATICMEMBERS_NO_SUCH_ENTRY.get(nextDN, groupDN), true);
206 nextMembershipException =
214 nextMembershipException = null;
222 && (nextMatchingEntry != null || nextMembershipException != null);
246 if (nextMembershipException != null)
248 MembershipException me = nextMembershipException;
249 nextMembershipException
[all...]

Completed in 31 milliseconds