Interface PrincipalIterator
-
- All Superinterfaces:
java.util.Iterator
,RangeIterator
- All Known Implementing Classes:
PrincipalIteratorAdapter
@ProviderType public interface PrincipalIterator extends RangeIterator
-
-
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 javax.jcr.RangeIterator
getPosition, getSize, skip
-
-