org.apache.jackrabbit.api.security.principal
Interface PrincipalIterator

All Superinterfaces:
Iterator, RangeIterator
All Known Implementing Classes:
PrincipalIteratorAdapter

public interface PrincipalIterator
extends RangeIterator

A RangeIterator iterating over Principals.


Method Summary
 Principal nextPrincipal()
          Returns the next principal.
 
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextPrincipal

Principal nextPrincipal()
Returns the next principal.

Returns:
the next principal


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.