| Package | Description |
|---|---|
| org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
| org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
| org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectDefinition<? extends HTTPBasicAuthorizationMechanismCfgClient,? extends HTTPBasicAuthorizationMechanismCfg> |
HTTPBasicAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP Basic Authorization Mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPBasicAuthorizationMechanismCfg |
HTTPBasicAuthorizationMechanismCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPBasicAuthorizationMechanismCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
| Modifier and Type | Method and Description |
|---|---|
Class<HTTPBasicAuthorizationMechanismCfg> |
HTTPBasicAuthorizationMechanismCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPBasicAuthorizationMechanismCfg |
HTTPBasicAuthorizationMechanismCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPBasicAuthorizationMechanismCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends HTTPBasicAuthorizationMechanismCfg> |
HTTPBasicAuthorizationMechanismCfg.configurationClass()
Gets the configuration class associated with this HTTP Basic Authorization Mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPBasicAuthorizationMechanismCfg.addHTTPBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPBasicAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Basic Authorization Mechanism is changed.
|
void |
HTTPBasicAuthorizationMechanismCfg.removeHTTPBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPBasicAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Basic Authorization Mechanism configuration change listener.
|
Copyright © 2017-2020 Wren Security. All Rights Reserved.