Class SimpleACIWorld.ACSAList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<SimpleACIWorld.ACSA>, Collection<SimpleACIWorld.ACSA>, List<SimpleACIWorld.ACSA>, RandomAccess
Enclosing class:
SimpleACIWorld

public static class SimpleACIWorld.ACSAList extends ArrayList<SimpleACIWorld.ACSA>
List of ACSAs.
See Also:
  • Constructor Details

    • ACSAList

      public ACSAList()
  • Method Details

    • getPresentDNs

      public List<DN> getPresentDNs()
      Get DNs of all ACSA that are logically present in the DIT (i.e. GLOBAL or LOCAL or SHADOW ones).
      Returns:
      List
    • getPresentACSAs

      public List<SimpleACIWorld.ACSA> getPresentACSAs()
      Get list of all ACSAs that are logically present in the DIT (i.e. GLOBAL or LOCAL or SHADOW ones).
      Returns:
      List
    • getGlobalACSAs

      public List<SimpleACIWorld.ACSA> getGlobalACSAs()
      Get a list of all GLOBAL ACSAs.
      Returns:
      List
    • getLocalACSAs

      public List<SimpleACIWorld.ACSA> getLocalACSAs()
      Get a list of all LOCAL ACSAs.
      Returns:
      List
    • toString

      public String toString()
      Debugging dump.
      Overrides:
      toString in class AbstractCollection<SimpleACIWorld.ACSA>