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