Package | Description |
---|---|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only view of the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
Modifier and Type | Method and Description |
---|---|
void |
ADSContext.createAdminData()
Creates the Administration Data in the server.
|
void |
ADSContext.createAdministrator(String adminUid,
String adminPwd)
Creates the global administrator entry in the ADS.
|
static AddRequest |
ADSContext.createGlobalAdministratorAddRequest(String adminUid,
String adminPwd)
Builds and returns an
AddRequest to add the global administrator entry in the admin data backend. |
Map<String,byte[]> |
ADSContext.getTrustedCertificates()
Return the set of valid (i.e., not tagged as compromised) instance key-pair public-key certificate entries in
ADS.
|
boolean |
ADSContext.hasAdminData()
Returns
true if the server contains Administration Data and false otherwise. |
void |
ADSContext.mergeWithRegistry(ADSContext adsCtx)
Merge the contents of this ADSContext with the contents of the provided ADSContext.
|
Set<Map<ADSContext.AdministratorProperty,Object>> |
ADSContext.readAdministratorRegistry()
Returns a set containing the administrators that are defined in the ADS.
|
Set<Map<ADSContext.ServerProperty,Object>> |
ADSContext.readServerRegistry()
Returns a set containing the servers that are registered in the ADS.
|
void |
ADSContext.registerServer(ServerDescriptor serverDesc)
Method called to register a server in the ADS.
|
void |
ADSContext.removeAdminData()
Removes the administration data.
|
void |
ADSContext.unregisterAllServers()
Unregisters all the servers from this ADS.
|
void |
ADSContext.unregisterServer(ServerDescriptor serverDesc)
Unregisters a server in the ADS.
|
Copyright 2010-2020 ForgeRock AS.