Uses of Interface
org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
-
Packages that use AccessControlHandlerCfg 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. -
-
Uses of AccessControlHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AccessControlHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends AccessControlHandlerCfgClient,? extends AccessControlHandlerCfg>AccessControlHandlerCfgClient. definition()Get the configuration definition associated with this Access Control Handler. -
Uses of AccessControlHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccessControlHandlerCfg Modifier and Type Method Description AccessControlHandlerCfgAccessControlHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AccessControlHandlerCfg Modifier and Type Method 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.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccessControlHandlerCfg Modifier and Type Method Description AccessControlHandlerCfgAccessControlHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of AccessControlHandlerCfg in org.forgerock.opendj.server.config.server
Subinterfaces of AccessControlHandlerCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceDseeCompatAccessControlHandlerCfgA server-side interface for querying Dsee Compat Access Control Handler settings.Methods in org.forgerock.opendj.server.config.server that return AccessControlHandlerCfg Modifier and Type Method Description AccessControlHandlerCfgRootCfg. getAccessControlHandler()Gets the Access Control Handler.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AccessControlHandlerCfg Modifier and Type Method Description Class<? extends AccessControlHandlerCfg>AccessControlHandlerCfg. configurationClass()Gets the configuration class associated with this Access Control Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type AccessControlHandlerCfg Modifier and Type Method Description voidAccessControlHandlerCfg. addChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg> listener)Register to be notified when this Access Control Handler is changed.voidAccessControlHandlerCfg. removeChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg> listener)Deregister an existing Access Control Handler configuration change listener.
-