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, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods 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:
toString
in classAbstractCollection<SimpleACIWorld.ACSA>
-