Class TdbDatabaseAccessList

All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink, Iterable<TdbControlObject>, Collection<TdbControlObject>, List<TdbControlObject>

public class TdbDatabaseAccessList extends TdbControlObjectList
Retrieve a list of access rights for a specific database
  • Constructor Details

    • TdbDatabaseAccessList

      public TdbDatabaseAccessList(TdbSession session, String dbname) throws TdbException
      Constructor, retrieves the access rights for the named database
      Parameters:
      session - Active session
      dbname - Name of database for which access rights are to be retrieved
      Throws:
      TdbException