Uses of Interface
org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg
-
Packages that use HTTPAuthorizationMechanismCfg 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 HTTPAuthorizationMechanismCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPAuthorizationMechanismCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPAuthorizationMechanismCfgClient,? extends HTTPAuthorizationMechanismCfg>HTTPAuthorizationMechanismCfgClient. definition()Get the configuration definition associated with this HTTP Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type HTTPAuthorizationMechanismCfg Modifier and Type Method Description <C extends HTTPAuthorizationMechanismCfgClient>
CRootCfgClient. createHTTPAuthorizationMechanism(ManagedObjectDefinition<C,? extends HTTPAuthorizationMechanismCfg> d, String name, Collection<PropertyException> exceptions)Creates a new HTTP Authorization Mechanism. -
Uses of HTTPAuthorizationMechanismCfg in org.forgerock.opendj.server.config.meta
-
Uses of HTTPAuthorizationMechanismCfg in org.forgerock.opendj.server.config.server
Subinterfaces of HTTPAuthorizationMechanismCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceHTTPAnonymousAuthorizationMechanismCfgA server-side interface for querying HTTP Anonymous Authorization Mechanism settings.interfaceHTTPBasicAuthorizationMechanismCfgA server-side interface for querying HTTP Basic Authorization Mechanism settings.interfaceHTTPOauth2AuthorizationMechanismCfgA server-side interface for querying HTTP Oauth2 Authorization Mechanism settings.interfaceHTTPOauth2CtsAuthorizationMechanismCfgA server-side interface for querying HTTP Oauth2 Cts Authorization Mechanism settings.interfaceHTTPOauth2FileAuthorizationMechanismCfgA server-side interface for querying HTTP Oauth2 File Authorization Mechanism settings.interfaceHTTPOauth2OpenamAuthorizationMechanismCfgA server-side interface for querying HTTP Oauth2 Openam Authorization Mechanism settings.interfaceHTTPOauth2TokenIntrospectionAuthorizationMechanismCfgA server-side interface for querying HTTP Oauth2 Token Introspection Authorization Mechanism settings.Methods in org.forgerock.opendj.server.config.server that return HTTPAuthorizationMechanismCfg Modifier and Type Method Description HTTPAuthorizationMechanismCfgRootCfg. getHTTPAuthorizationMechanism(String name)Gets the named HTTP Authorization Mechanism.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HTTPAuthorizationMechanismCfg Modifier and Type Method Description Class<? extends HTTPAuthorizationMechanismCfg>HTTPAuthorizationMechanismCfg. configurationClass()Gets the configuration class associated with this HTTP Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HTTPAuthorizationMechanismCfg Modifier and Type Method Description voidHTTPAuthorizationMechanismCfg. addChangeListener(ConfigurationChangeListener<HTTPAuthorizationMechanismCfg> listener)Register to be notified when this HTTP Authorization Mechanism is changed.voidRootCfg. addHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg> listener)Registers to be notified when new HTTP Authorization Mechanisms are added.voidRootCfg. addHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg> listener)Registers to be notified when existing HTTP Authorization Mechanisms are deleted.voidHTTPAuthorizationMechanismCfg. removeChangeListener(ConfigurationChangeListener<HTTPAuthorizationMechanismCfg> listener)Deregister an existing HTTP Authorization Mechanism configuration change listener.voidRootCfg. removeHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg> listener)Deregisters an existing HTTP Authorization Mechanism configuration add listener.voidRootCfg. removeHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg> listener)Deregisters an existing HTTP Authorization Mechanism configuration delete listener.
-