Class LDAPUserRegistry.PersonCollection
java.lang.Object
java.util.AbstractCollection<NodeDescription>
org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.PersonCollection
- All Implemented Interfaces:
Iterable<NodeDescription>,Collection<NodeDescription>
- Enclosing class:
- LDAPUserRegistry
Wraps the LDAP user query as a virtual
Collection.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
PersonCollection
Instantiates a new person collection.- Parameters:
modifiedSince- if non-null, then only descriptions of users modified since this date should be returned; ifnullthen descriptions of all users should be returned.
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<NodeDescription>- Specified by:
iteratorin interfaceIterable<NodeDescription>- Specified by:
iteratorin classAbstractCollection<NodeDescription>
-
size
public int size()- Specified by:
sizein interfaceCollection<NodeDescription>- Specified by:
sizein classAbstractCollection<NodeDescription>
-