Interface PrincipalIterator
- 
- All Superinterfaces:
 java.util.Iterator,RangeIterator
- All Known Implementing Classes:
 PrincipalIteratorAdapter
public interface PrincipalIterator extends RangeIterator
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.security.PrincipalnextPrincipal()Returns the next principal.- 
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip 
 - 
 
 -