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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HttpOauth2AuthorizationMechanismCfgClient,? extends HttpOauth2AuthorizationMechanismCfg> |
HttpOauth2AuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP OAuth2 Authorization Mechanism.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends HttpOauth2AuthorizationMechanismCfg> |
HttpOauth2AuthorizationMechanismCfg.configurationClass()
Gets the configuration class associated with this HTTP OAuth2 Authorization Mechanism.
|
Modifier and Type | Method and 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.
|
Copyright 2010-2020 ForgeRock AS.