Uses of Interface
org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
-
Packages that use HttpBasicAuthorizationMechanismCfg 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 HttpBasicAuthorizationMechanismCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpBasicAuthorizationMechanismCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HttpBasicAuthorizationMechanismCfgClient,? extends HttpBasicAuthorizationMechanismCfg>
HttpBasicAuthorizationMechanismCfgClient. definition()
Get the configuration definition associated with this HTTP Basic Authorization Mechanism. -
Uses of HttpBasicAuthorizationMechanismCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HttpBasicAuthorizationMechanismCfg Modifier and Type Method Description HttpBasicAuthorizationMechanismCfg
HttpBasicAuthorizationMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpBasicAuthorizationMechanismCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HttpBasicAuthorizationMechanismCfg Modifier and Type Method Description Class<HttpBasicAuthorizationMechanismCfg>
HttpBasicAuthorizationMechanismCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HttpBasicAuthorizationMechanismCfg Modifier and Type Method Description HttpBasicAuthorizationMechanismCfg
HttpBasicAuthorizationMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpBasicAuthorizationMechanismCfg> impl)
-
Uses of HttpBasicAuthorizationMechanismCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HttpBasicAuthorizationMechanismCfg Modifier and Type Method Description Class<? extends HttpBasicAuthorizationMechanismCfg>
HttpBasicAuthorizationMechanismCfg. configurationClass()
Gets the configuration class associated with this HTTP Basic Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HttpBasicAuthorizationMechanismCfg Modifier and Type Method Description void
HttpBasicAuthorizationMechanismCfg. addHttpBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpBasicAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Basic Authorization Mechanism is changed.void
HttpBasicAuthorizationMechanismCfg. removeHttpBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpBasicAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Basic Authorization Mechanism configuration change listener.
-