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 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)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
SingletonRelationDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg> |
RootCfgDefn.getAccessControlHandlerRelationDefinition()
Get the "access-control-handler" relation definition.
|
Class<AccessControlHandlerCfg> |
AccessControlHandlerCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfg |
AccessControlHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DseeCompatAccessControlHandlerCfg
A server-side interface for querying Dsee Compat 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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.