Class LDAPUserRegistry.PersonCollection

    • Constructor Summary

      Constructors 
      Constructor Description
      PersonCollection​(java.util.Date modifiedSince)
      Instantiates a new person collection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<NodeDescription> iterator()  
      int size()  
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • PersonCollection

        public PersonCollection​(java.util.Date modifiedSince)
        Instantiates a new person collection.
        Parameters:
        modifiedSince - if non-null, then only descriptions of users modified since this date should be returned; if null then descriptions of all users should be returned.
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<NodeDescription>
        Specified by:
        size in class java.util.AbstractCollection<NodeDescription>