Uses of Interface
org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
-
Packages that use HttpOauth2AuthorizationMechanismCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components. -
-
Uses of HttpOauth2AuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of HttpOauth2AuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
HttpOauth2CtsAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP OAuth2 CTS Authorization Mechanism settings.interface
HttpOauth2FileAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP OAuth2 File Based Authorization Mechanism settings.interface
HttpOauth2OpenamAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP OAuth2 OpenAM Authorization Mechanism settings.interface
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism settings.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpOauth2AuthorizationMechanismCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends HttpOauth2AuthorizationMechanismCfgClient,? extends HttpOauth2AuthorizationMechanismCfg>
HttpOauth2AuthorizationMechanismCfgClient. definition()
Get the configuration definition associated with this HTTP OAuth2 Authorization Mechanism.
-