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 interface
DseeCompatAccessControlHandlerCfgClient
A client-side interface for reading and modifying DSEE Compatible Access Control Handler settings.interface
PolicyBasedAccessControlHandlerCfgClient
A client-side interface for reading and modifying Policy Based Access Control Handler settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type AccessControlHandlerCfgClient Modifier and Type Method Description <C extends AccessControlHandlerCfgClient>
CRootCfgClient. createAccessControlHandler(ManagedObjectDefinition<C,? extends AccessControlHandlerCfg> d, Collection<PropertyException> exceptions)
Creates a new Access Control Handler.Methods in org.forgerock.opendj.server.config.client that return AccessControlHandlerCfgClient Modifier and Type Method Description AccessControlHandlerCfgClient
RootCfgClient. getAccessControlHandler()
Gets the Access Control Handler if it is present.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 AccessControlHandlerCfgClient
AccessControlHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AccessControlHandlerCfgClient Modifier and Type Method Description OptionalRelationDefinition<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 AccessControlHandlerCfgClient
AccessControlHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)
-