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