Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.admin | |
com.hcl.domino.data | |
com.hcl.domino.person | |
com.hcl.domino.security |
Modifier and Type | Method and Description |
---|---|
UserNamesList |
DominoClient.getEffectiveUserNamesList(String server)
Computes a list of name variants and groups of the current effective user
on the specified server
|
Modifier and Type | Method and Description |
---|---|
UserNamesList |
ServerAdmin.MultiDatabaseAccessInfo.getUser() |
UserNamesList |
ServerAdmin.getUserNamesList(String server,
String username)
Compute the name variants and groups of this user on the provided server.
|
Modifier and Type | Method and Description |
---|---|
ServerAdmin.MultiDatabaseAccessInfo |
ServerAdmin.computeDatabaseAccess(String server,
UserNamesList user,
boolean forceNewScan)
Using this method you can efficiently scan a server directory and compute the
AclAccess
of users on the databases. |
Modifier and Type | Method and Description |
---|---|
Optional<UserNamesList> |
Database.getNamesList()
This function returns a
UserNamesList structure. |
Modifier and Type | Method and Description |
---|---|
UserNamesList |
Person.getUserNamesList(String server)
Computes the
UserNamesList of the person on the specified server. |
Modifier and Type | Method and Description |
---|---|
UserNamesList |
Ecl.getNamesList()
Returns the names list for which we compute the ECL
|
Modifier and Type | Method and Description |
---|---|
AclAccess |
Acl.lookupAccess(UserNamesList namesList)
Looks up the access level for a
UserNamesList |
Copyright © 2019–2021 HCL. All rights reserved.