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.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AccessControlHandlerCfgClient,? extends AccessControlHandlerCfg> |
AccessControlHandlerCfgClient.definition()
Get the configuration definition associated with this Access Control Handler.
|
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfg |
AccessControlHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg> |
RootCfgDefn.getAccessControlHandlerRelationDefinition()
Get the "access-control-handler" relation definition.
|
Class<AccessControlHandlerCfg> |
AccessControlHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfg |
AccessControlHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
DseeCompatAccessControlHandlerCfg
A server-side interface for querying DSEE Compatible Access Control
Handler settings.
|
interface |
PolicyBasedAccessControlHandlerCfg
A server-side interface for querying Policy Based Access Control
Handler settings.
|
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfg |
RootCfg.getAccessControlHandler()
Gets the Access Control Handler.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AccessControlHandlerCfg> |
AccessControlHandlerCfg.configurationClass()
Gets the configuration class associated with this Access Control Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlHandlerCfg.addChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg> listener)
Register to be notified when this Access Control Handler is changed.
|
void |
AccessControlHandlerCfg.removeChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg> listener)
Deregister an existing Access Control Handler configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlHandler<T extends AccessControlHandlerCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server access control
handler.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
AccessControlConfigManager.applyConfigurationChange(AccessControlHandlerCfg configuration) |
boolean |
AccessControlConfigManager.isConfigurationChangeAcceptable(AccessControlHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.