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 interface
HttpOauth2CtsAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 CTS Authorization Mechanism settings.interface
HttpOauth2FileAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 File Based Authorization Mechanism settings.interface
HttpOauth2OpenamAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 OpenAM Authorization Mechanism settings.interface
HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 Token Introspection (RFC 7662) 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 void
HttpOauth2AuthorizationMechanismCfg. addHttpOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2AuthorizationMechanismCfg> listener)
Register to be notified when this HTTP OAuth2 Authorization Mechanism is changed.void
HttpOauth2AuthorizationMechanismCfg. removeHttpOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2AuthorizationMechanismCfg> listener)
Deregister an existing HTTP OAuth2 Authorization Mechanism configuration change listener.
-