public class TdbUserAccessList extends TdbControlObjectList
| Constructor and Description |
|---|
TdbUserAccessList(TdbSession session,
java.lang.String username)
Constructor, retrieve the database access rights explicitly granted to a particular user.
|
TdbUserAccessList(TdbSession session,
java.lang.String username,
boolean includeGroups)
Constructor, retrieve the database access rights for a particular user.
|
contains, contains, get, refresh, transformadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbUserAccessList(TdbSession session, java.lang.String username) throws TdbException
session - Active sessionusername - The name of the user for whom access rights are to be retrievedTdbExceptionpublic TdbUserAccessList(TdbSession session, java.lang.String username, boolean includeGroups) throws TdbException
Passing true to the includeGroups parameter of this constructor requries TRIPsystem 6.2-9 or later to have any effect.
session - Active sessionusername - The name of the user for whom access rights are to be retrievedincludeGroups - Pass true to also retrieve access rights granted to the user via group memberships, and false to only retrieve access rights granted explicitly to the specified user.TdbException