Class OidcTenantConfig.IntrospectionCredentials

java.lang.Object
io.quarkus.oidc.OidcTenantConfig.IntrospectionCredentials
All Implemented Interfaces:
OidcTenantConfig.IntrospectionCredentials
Enclosing class:
OidcTenantConfig

@Deprecated(since="3.18", forRemoval=true) public static class OidcTenantConfig.IntrospectionCredentials extends Object implements OidcTenantConfig.IntrospectionCredentials
Deprecated, for removal: This API element is subject to removal in a future version.
Introspection Basic Authentication configuration
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Name
    Deprecated, for removal: This API element is subject to removal in a future version.
    Secret
  • 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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.
    boolean
    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.
    Name
    Deprecated, for removal: This API element is subject to removal in a future version.
    Secret
    void
    setIncludeClientId(boolean includeClientId)
    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.
     
    void
    setSecret(String secret)
    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

    • name

      public Optional<String> name
      Deprecated, for removal: This API element is subject to removal in a future version.
      Name
    • secret

      public Optional<String> secret
      Deprecated, for removal: This API element is subject to removal in a future version.
      Secret
    • includeClientId

      public boolean includeClientId
      Deprecated, for removal: This API element is subject to removal in a future version.
      Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.
  • Constructor Details

    • IntrospectionCredentials

      public IntrospectionCredentials()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getName

      public Optional<String> getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setName

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSecret

      public Optional<String> getSecret()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSecret

      public void setSecret(String secret)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isIncludeClientId

      public boolean isIncludeClientId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setIncludeClientId

      public void setIncludeClientId(boolean includeClientId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • name

      public Optional<String> name()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcTenantConfig.IntrospectionCredentials
      Name
      Specified by:
      name in interface OidcTenantConfig.IntrospectionCredentials
    • secret

      public Optional<String> secret()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcTenantConfig.IntrospectionCredentials
      Secret
      Specified by:
      secret in interface OidcTenantConfig.IntrospectionCredentials
    • includeClientId

      public boolean includeClientId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: OidcTenantConfig.IntrospectionCredentials
      Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.
      Specified by:
      includeClientId in interface OidcTenantConfig.IntrospectionCredentials