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