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