Package | Description |
---|---|
com.hcl.domino.admin.replication | |
com.hcl.domino.data | |
com.hcl.domino.security |
Modifier and Type | Method and Description |
---|---|
Set<AclFlag> |
ReplicationHistorySummary.getAccessFlags() |
Constructor and Description |
---|
ReplicationHistorySummary(DominoDateTime replicationTime,
AclLevel accessLevel,
Set<AclFlag> accessFlags,
ReplicationHistorySummary.ReplicationDirection direction,
String server,
String filePath) |
Modifier and Type | Method and Description |
---|---|
Set<AclFlag> |
Database.AccessInfo.getAclFlags()
Returns the access flags
|
Modifier and Type | Method and Description |
---|---|
static AclFlag |
AclFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclFlag[] |
AclFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AclFlag> |
AclAccess.getAclFlags()
Returns the access flags
|
Modifier and Type | Method and Description |
---|---|
void |
Acl.addEntry(String name,
AclLevel accessLevel,
List<String> roles,
Collection<AclFlag> accessFlags)
This function adds an entry to an access control list.
|
void |
Acl.updateEntry(String name,
String newName,
AclLevel newAccessLevel,
List<String> newRoles,
Collection<AclFlag> newFlags)
This function updates an entry in an access control list.
Unless the user's name is specified to be modified, the information that is not specified to be modified remains intact. If the user's name is specified to be modified, the user entry is deleted and a new entry is created. Unless the other access control information is specified to be modified as well, the other access control information will be cleared and the user will have No Access to the database. |
Copyright © 2019–2021 HCL. All rights reserved.