Package io.quarkus.oidc
Class OidcTenantConfig.CodeGrant
java.lang.Object
io.quarkus.oidc.OidcTenantConfig.CodeGrant
- All Implemented Interfaces:
OidcTenantConfig.CodeGrant
- Enclosing class:
OidcTenantConfig
@Deprecated(since="3.18",
forRemoval=true)
public static class OidcTenantConfig.CodeGrant
extends Object
implements OidcTenantConfig.CodeGrant
Deprecated, for removal: This API element is subject to removal in a future version.
Authorization Code grant configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.Deprecated, for removal: This API element is subject to removal in a future version.Custom HTTP headers which must be sent to complete the authorization code grant request. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.headers()Deprecated, for removal: This API element is subject to removal in a future version.Custom HTTP headers which must be sent to complete the authorization code grant request.voidsetExtraParams(Map<String, String> extraParams) Deprecated, for removal: This API element is subject to removal in a future version.voidsetHeaders(Map<String, String> headers) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
extraParams
Deprecated, for removal: This API element is subject to removal in a future version.Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request. -
headers
Deprecated, for removal: This API element is subject to removal in a future version.Custom HTTP headers which must be sent to complete the authorization code grant request.
-
-
Constructor Details
-
CodeGrant
public CodeGrant()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getExtraParams
Deprecated, for removal: This API element is subject to removal in a future version. -
setExtraParams
Deprecated, for removal: This API element is subject to removal in a future version. -
getHeaders
Deprecated, for removal: This API element is subject to removal in a future version. -
setHeaders
Deprecated, for removal: This API element is subject to removal in a future version. -
extraParams
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.CodeGrantAdditional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.- Specified by:
extraParamsin interfaceOidcTenantConfig.CodeGrant
-
headers
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.CodeGrantCustom HTTP headers which must be sent to complete the authorization code grant request.- Specified by:
headersin interfaceOidcTenantConfig.CodeGrant
-
OidcTenantConfigBuilder.CodeGrantBuilderbuilder