Uses of Interface
org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
-
Packages that use AccessControlHandlerCfgClient 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. -
-
Uses of AccessControlHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of AccessControlHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceDseeCompatAccessControlHandlerCfgClientA client-side interface for reading and modifying Dsee Compat Access Control Handler settings.Methods in org.forgerock.opendj.server.config.client that return AccessControlHandlerCfgClient Modifier and Type Method Description AccessControlHandlerCfgClientRootCfgClient. getAccessControlHandler()Gets the Access Control Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AccessControlHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends AccessControlHandlerCfgClient,? extends AccessControlHandlerCfg>AccessControlHandlerCfgClient. definition()Get the configuration definition associated with this Access Control Handler. -
Uses of AccessControlHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AccessControlHandlerCfgClient Modifier and Type Method Description AccessControlHandlerCfgClientAccessControlHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AccessControlHandlerCfgClient Modifier and Type Method Description SingletonRelationDefinition<AccessControlHandlerCfgClient,AccessControlHandlerCfg>RootCfgDefn. getAccessControlHandlerRelationDefinition()Get the "access-control-handler" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AccessControlHandlerCfgClient Modifier and Type Method Description AccessControlHandlerCfgClientAccessControlHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)Creates a client configuration view of the provided managed object.
-