Package com.isode.dsapi.aci
Class SimpleACIWorld.ACSAList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<SimpleACIWorld.ACSA>,Collection<SimpleACIWorld.ACSA>,List<SimpleACIWorld.ACSA>,RandomAccess
- Enclosing class:
- SimpleACIWorld
List of ACSAs.
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a list of all GLOBAL ACSAs.Get a list of all LOCAL ACSAs.Get list of all ACSAs that are logically present in the DIT (i.e.Get DNs of all ACSA that are logically present in the DIT (i.e.toString()Debugging dump.Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
ACSAList
public ACSAList()
-
-
Method Details
-
getPresentDNs
Get DNs of all ACSA that are logically present in the DIT (i.e. GLOBAL or LOCAL or SHADOW ones).- Returns:
- List
-
getPresentACSAs
Get list of all ACSAs that are logically present in the DIT (i.e. GLOBAL or LOCAL or SHADOW ones).- Returns:
- List
-
getGlobalACSAs
Get a list of all GLOBAL ACSAs.- Returns:
- List
-
getLocalACSAs
Get a list of all LOCAL ACSAs.- Returns:
- List
-
toString
Debugging dump.- Overrides:
toStringin classAbstractCollection<SimpleACIWorld.ACSA>
-