Interface PrincipalIterator
-
- All Superinterfaces:
java.util.Iterator
,javax.jcr.RangeIterator
@ProviderType public interface PrincipalIterator extends javax.jcr.RangeIterator
ARangeIterator
iterating overPrincipal
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.security.Principal
nextPrincipal()
Returns the next principal.
-