Uses of Interface
org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Packages that use HTTPOauth2AuthorizationMechanismCfg 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.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of HTTPOauth2AuthorizationMechanismCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPOauth2AuthorizationMechanismCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPOauth2AuthorizationMechanismCfgClient,? extends HTTPOauth2AuthorizationMechanismCfg>HTTPOauth2AuthorizationMechanismCfgClient. definition()Get the configuration definition associated with this HTTP Oauth2 Authorization Mechanism. -
Uses of HTTPOauth2AuthorizationMechanismCfg in org.forgerock.opendj.server.config.server
Subinterfaces of HTTPOauth2AuthorizationMechanismCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description 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 types with arguments of type HTTPOauth2AuthorizationMechanismCfg Modifier and Type Method Description Class<? extends HTTPOauth2AuthorizationMechanismCfg>HTTPOauth2AuthorizationMechanismCfg. configurationClass()Gets the configuration class associated with this HTTP Oauth2 Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HTTPOauth2AuthorizationMechanismCfg Modifier and Type Method Description voidHTTPOauth2AuthorizationMechanismCfg. addHTTPOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2AuthorizationMechanismCfg> listener)Register to be notified when this HTTP Oauth2 Authorization Mechanism is changed.voidHTTPOauth2AuthorizationMechanismCfg. removeHTTPOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2AuthorizationMechanismCfg> listener)Deregister an existing HTTP Oauth2 Authorization Mechanism configuration change listener.
-