Interface PrincipalIterator

  • All Superinterfaces:
    java.util.Iterator, javax.jcr.RangeIterator

    @ProviderType
    public interface PrincipalIterator
    extends javax.jcr.RangeIterator
    A RangeIterator iterating over Principals.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull java.security.Principal nextPrincipal()
      Returns the next principal.
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
      • Methods inherited from interface javax.jcr.RangeIterator

        getPosition, getSize, skip
    • Method Detail

      • nextPrincipal

        @NotNull
        @NotNull java.security.Principal nextPrincipal()
        Returns the next principal.
        Returns:
        the next principal