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

    Fields
    Modifier and Type
    Field
    Description
    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.
    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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
     
    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.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • extraParams

      public Map<String,String> 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

      public Map<String,String> 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

      public Map<String,String> getExtraParams()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setExtraParams

      public void setExtraParams(Map<String,String> extraParams)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHeaders

      public Map<String,String> getHeaders()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHeaders

      public void setHeaders(Map<String,String> headers)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • extraParams

      public Map<String,String> extraParams()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcTenantConfig.CodeGrant
      Additional parameters, in addition to the required `code` and `redirect-uri` parameters, which must be included to complete the authorization code grant request.
      Specified by:
      extraParams in interface OidcTenantConfig.CodeGrant
    • headers

      public Map<String,String> headers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcTenantConfig.CodeGrant
      Custom HTTP headers which must be sent to complete the authorization code grant request.
      Specified by:
      headers in interface OidcTenantConfig.CodeGrant