Uses of Class
com.oracle.bmc.generativeaiagent.model.HttpEndpointAuthScopeConfig
-
Packages that use HttpEndpointAuthScopeConfig Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of HttpEndpointAuthScopeConfig in com.oracle.bmc.generativeaiagent.model
Subclasses of HttpEndpointAuthScopeConfig in com.oracle.bmc.generativeaiagent.model Modifier and Type Class Description class
HttpEndpointApiKeyAuthScopeConfig
Specifies authentication using an API key injected either as a header or query parameter.class
HttpEndpointBasicAuthScopeConfig
Specifies HTTP Basic Authentication using base64-encoded username:password credentials injected into the Authorization header.class
HttpEndpointBearerAuthScopeConfig
Specifies authentication using a Bearer token, which is injected into the Authorization header at runtime.class
HttpEndpointIdcsAuthScopeConfig
Specifies authentication using Oracle Identity Cloud Service (IDCS), leveraging OAuth 2.0 Client Credentials grant type.class
HttpEndpointNoAuthScopeConfig
Specifies that no authentication is required, no credentials are resolved or injected during runtime.class
HttpEndpointOciAuthScopeConfig
Specifies authentication for invoking OCI-protected services using Oracle IAM.Methods in com.oracle.bmc.generativeaiagent.model that return HttpEndpointAuthScopeConfig Modifier and Type Method Description HttpEndpointAuthScopeConfig
HttpEndpointAuthSource. getHttpEndpointAuthScopeConfig()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthScopeConfig Modifier and Type Method Description HttpEndpointAuthSource.Builder
HttpEndpointAuthSource.Builder. httpEndpointAuthScopeConfig(HttpEndpointAuthScopeConfig httpEndpointAuthScopeConfig)
Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthScopeConfig Constructor Description HttpEndpointAuthSource(HttpEndpointAuthSource.HttpEndpointAuthScope httpEndpointAuthScope, HttpEndpointAuthScopeConfig httpEndpointAuthScopeConfig)
Deprecated.
-