org.apache.jackrabbit.core.security.authorization
Class AccessControlEntryIterator

java.lang.Object
  extended by org.apache.jackrabbit.core.security.authorization.AccessControlEntryIterator
All Implemented Interfaces:
Iterator

public class AccessControlEntryIterator
extends Object
implements Iterator

AccessControlEntryIterator...


Constructor Summary
AccessControlEntryIterator(AccessControlList[] acls)
           
AccessControlEntryIterator(List aces)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlEntryIterator

public AccessControlEntryIterator(List aces)

AccessControlEntryIterator

public AccessControlEntryIterator(AccessControlList[] acls)
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator


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