public interface AdministrationProcess extends DominoClientDescendant
Modifier and Type | Field and Description |
---|---|
static int |
IDVAULT_DELETE |
static int |
IDVAULT_MARK_AS_INACTIVE |
static int |
IDVAULT_RETAIN |
static int |
MAILFILE_DELETE_ALL |
static int |
MAILFILE_DELETE_HOME |
static int |
MAILFILE_DELETE_NONE |
static int |
PWD_CHK_CHECKPASSWORD |
static int |
PWD_CHK_DONTCHECKPASSWORD |
static int |
PWD_CHK_LOCKOUT |
Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
addGroupMembers(String group,
Collection<String> members)
Enters a request in the Administration Requests database to add members to a new or existing a group.
|
int |
addServerToCluster(String server,
String cluster)
Enters a request in the Administration Requests database to add a server to a cluster.
|
Optional<Integer> |
changeHTTPPassword(String username,
String oldpassword,
String newpassword)
Enters a request in the Administration Requests database to change a user's Internet password.
|
String |
getCertificateAuthorityOrg() |
DominoDateTime |
getCertificateExpiration() |
String |
getCertifierFile() |
String |
getCertifierPassword() |
String |
getServer() |
boolean |
isCertificateAuthorityAvailable() |
boolean |
isUseCertificateAuthority() |
int |
removeServerFromCluster(String server)
Enters a request in the Administration Requests database to remove a server from a cluster.
|
int |
renameGroup(String group,
String newgroup)
Enters a request in the Administration Requests database to rename a group.
|
void |
setCertificateAuthorityOrg(String caa) |
void |
setCertificateExpiration(Temporal ce) |
void |
setCertifierFile(String cf) |
void |
setCertifierPassword(String cf) |
void |
setUseCertificateAuthority(boolean uca) |
getParentDominoClient
static final int MAILFILE_DELETE_NONE
static final int MAILFILE_DELETE_HOME
static final int MAILFILE_DELETE_ALL
static final int PWD_CHK_DONTCHECKPASSWORD
static final int PWD_CHK_CHECKPASSWORD
static final int PWD_CHK_LOCKOUT
static final int IDVAULT_MARK_AS_INACTIVE
static final int IDVAULT_DELETE
static final int IDVAULT_RETAIN
String getServer()
String getCertificateAuthorityOrg()
void setCertificateAuthorityOrg(String caa)
DominoDateTime getCertificateExpiration()
void setCertificateExpiration(Temporal ce)
String getCertifierFile()
void setCertifierFile(String cf)
String getCertifierPassword()
void setCertifierPassword(String cf)
boolean isCertificateAuthorityAvailable()
boolean isUseCertificateAuthority()
void setUseCertificateAuthority(boolean uca)
Optional<Integer> addGroupMembers(String group, Collection<String> members)
group
- The name of the groupmembers
- The name of the groupOptional<Integer> changeHTTPPassword(String username, String oldpassword, String newpassword)
username
- The full hierarchical name (can be abbreviated) of the user.oldpassword
- The existing passwordnewpassword
- The new passwordint renameGroup(String group, String newgroup)
group
- The name of the group.newgroup
- The new name of the group.int addServerToCluster(String server, String cluster)
server
- The full hierarchical name (can be abbreviated) of the server.cluster
- The name of the cluster.int removeServerFromCluster(String server)
server
- The name of the server.Copyright © 2019–2021 HCL. All rights reserved.