Uses of Interface
org.forgerock.opendj.server.config.server.HTTPOauth2CtsAuthorizationMechanismCfg
-
Packages that use HTTPOauth2CtsAuthorizationMechanismCfg 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 HTTPOauth2CtsAuthorizationMechanismCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPOauth2CtsAuthorizationMechanismCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPOauth2CtsAuthorizationMechanismCfgClient,? extends HTTPOauth2CtsAuthorizationMechanismCfg>HTTPOauth2CtsAuthorizationMechanismCfgClient. definition()Get the configuration definition associated with this HTTP Oauth2 Cts Authorization Mechanism. -
Uses of HTTPOauth2CtsAuthorizationMechanismCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HTTPOauth2CtsAuthorizationMechanismCfg Modifier and Type Method Description HTTPOauth2CtsAuthorizationMechanismCfgHTTPOauth2CtsAuthorizationMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends HTTPOauth2CtsAuthorizationMechanismCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HTTPOauth2CtsAuthorizationMechanismCfg Modifier and Type Method Description Class<HTTPOauth2CtsAuthorizationMechanismCfg>HTTPOauth2CtsAuthorizationMechanismCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HTTPOauth2CtsAuthorizationMechanismCfg Modifier and Type Method Description HTTPOauth2CtsAuthorizationMechanismCfgHTTPOauth2CtsAuthorizationMechanismCfgDefn. createServerConfiguration(ServerManagedObject<? extends HTTPOauth2CtsAuthorizationMechanismCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of HTTPOauth2CtsAuthorizationMechanismCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HTTPOauth2CtsAuthorizationMechanismCfg Modifier and Type Method Description Class<? extends HTTPOauth2CtsAuthorizationMechanismCfg>HTTPOauth2CtsAuthorizationMechanismCfg. configurationClass()Gets the configuration class associated with this HTTP Oauth2 Cts Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HTTPOauth2CtsAuthorizationMechanismCfg Modifier and Type Method Description voidHTTPOauth2CtsAuthorizationMechanismCfg. addHTTPOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2CtsAuthorizationMechanismCfg> listener)Register to be notified when this HTTP Oauth2 Cts Authorization Mechanism is changed.voidHTTPOauth2CtsAuthorizationMechanismCfg. removeHTTPOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2CtsAuthorizationMechanismCfg> listener)Deregister an existing HTTP Oauth2 Cts Authorization Mechanism configuration change listener.
-