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 interfaceHTTPOauth2CtsAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Cts Authorization Mechanism settings.interfaceHTTPOauth2FileAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 File Authorization Mechanism settings.interfaceHTTPOauth2OpenamAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Openam Authorization Mechanism settings.interfaceHTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Token Introspection 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.
-