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) |
Modifier and Type | Method and Description |
---|---|
Class<HttpBasicAuthorizationMechanismCfg> |
HttpBasicAuthorizationMechanismCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
HttpBasicAuthorizationMechanismCfg |
HttpBasicAuthorizationMechanismCfgDefn.createServerConfiguration(ServerManagedObject<? extends HttpBasicAuthorizationMechanismCfg> impl) |
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 2010-2020 ForgeRock AS.