Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.quarkus.oidc.OidcTenantConfig.Authentication.getPkceSecret()
    io.quarkus.oidc.OidcTenantConfig.Authentication.setPkceSecret(String)
    io.quarkus.oidc.runtime.OidcTenantConfig.Authentication.pkceSecret()
    This field is deprecated. Use OidcTenantConfig.Authentication.stateSecret() instead.
  • Deprecated Classes
    Class
    Description
    io.quarkus.oidc.OidcTenantConfig.Authentication
    use the AuthenticationConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.Backchannel
    use the OidcTenantConfigBuilder.BackchannelBuilder builder
    io.quarkus.oidc.OidcTenantConfig.Binding
    use the TokenConfigBuilder.BindingConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.CertificateChain
    use the OidcTenantConfigBuilder.CertificateChainBuilder builder
    io.quarkus.oidc.OidcTenantConfig.CodeGrant
    use the OidcTenantConfigBuilder.CodeGrantBuilder builder
    io.quarkus.oidc.OidcTenantConfig.Frontchannel
    use the LogoutConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.IntrospectionCredentials
    use the OidcTenantConfigBuilder.IntrospectionCredentialsBuilder
    io.quarkus.oidc.OidcTenantConfig.Jwks
    use the OidcTenantConfigBuilder.JwksBuilder builder
    io.quarkus.oidc.OidcTenantConfig.Logout
    use the LogoutConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.Roles
    use the OidcTenantConfigBuilder.RolesBuilder builder
    io.quarkus.oidc.OidcTenantConfig.Token
    use the TokenConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.TokenStateManager
    use the OidcTenantConfigBuilder.TokenStateManagerBuilder builder
  • Deprecated Fields
    Field
    Description
    io.quarkus.oidc.OidcTenantConfig.allowTokenIntrospectionCache
    use the OidcTenantConfig.allowTokenIntrospectionCache() method
    io.quarkus.oidc.OidcTenantConfig.allowUserInfoCache
    use the OidcTenantConfig.allowUserInfoCache() method
    io.quarkus.oidc.OidcTenantConfig.applicationType
    use OidcTenantConfig.applicationType() method instead
    io.quarkus.oidc.OidcTenantConfig.authentication
    use the OidcTenantConfig.authentication() method
    io.quarkus.oidc.OidcTenantConfig.Authentication.pkceSecret
    This field is deprecated. Use OidcTenantConfig.Authentication.stateSecret instead.
    io.quarkus.oidc.OidcTenantConfig.authorizationPath
    use OidcTenantConfig.authorizationPath() method instead
    io.quarkus.oidc.OidcTenantConfig.cacheUserInfoInIdtoken
    use the OidcTenantConfig.cacheUserInfoInIdtoken() method
    io.quarkus.oidc.OidcTenantConfig.certificateChain
    use OidcTenantConfig.certificateChain() method instead
    io.quarkus.oidc.OidcTenantConfig.codeGrant
    use the OidcTenantConfig.codeGrant() method
    io.quarkus.oidc.OidcTenantConfig.endSessionPath
    use OidcTenantConfig.endSessionPath() method instead
    io.quarkus.oidc.OidcTenantConfig.introspectionCredentials
    use OidcTenantConfig.introspectionCredentials() method instead
    io.quarkus.oidc.OidcTenantConfig.introspectionPath
    use OidcTenantConfig.introspectionPath() method instead
    io.quarkus.oidc.OidcTenantConfig.jwks
    use the OidcTenantConfig.jwks() method instead
    io.quarkus.oidc.OidcTenantConfig.jwksPath
    use OidcTenantConfig.jwksPath() method instead
    io.quarkus.oidc.OidcTenantConfig.logout
    use the OidcTenantConfig.logout() method
    io.quarkus.oidc.OidcTenantConfig.provider
    use the OidcTenantConfig.provider() method instead
    io.quarkus.oidc.OidcTenantConfig.publicKey
    use OidcTenantConfig.publicKey() method instead
    io.quarkus.oidc.OidcTenantConfig.roles
    use the OidcTenantConfig.roles() method instead
    io.quarkus.oidc.OidcTenantConfig.tenantEnabled
    use OidcTenantConfig.tenantEnabled() method instead
    io.quarkus.oidc.OidcTenantConfig.tenantId
    use OidcTenantConfig.tenantId() method instead
    io.quarkus.oidc.OidcTenantConfig.tenantPaths
    use OidcTenantConfig.tenantPaths() method instead
    io.quarkus.oidc.OidcTenantConfig.token
    use the OidcTenantConfig.token() method instead
    io.quarkus.oidc.OidcTenantConfig.tokenStateManager
    use the OidcTenantConfig.tokenStateManager() method
    io.quarkus.oidc.OidcTenantConfig.userInfoPath
    use OidcTenantConfig.userInfoPath() method instead
  • Deprecated Methods
    Method
    Description
    io.quarkus.oidc.OidcTenantConfig.Authentication.getPkceSecret()
    io.quarkus.oidc.OidcTenantConfig.Authentication.setPkceSecret(String)
    io.quarkus.oidc.OidcTenantConfig.getApplicationType()
    use the OidcTenantConfig.applicationType() method instead
    io.quarkus.oidc.OidcTenantConfig.getAuthentication()
    use the OidcTenantConfig.authentication() method instead
    io.quarkus.oidc.OidcTenantConfig.getAuthorizationPath()
    use the OidcTenantConfig.authorizationPath() method instead
    io.quarkus.oidc.OidcTenantConfig.getCertificateChain()
    use the OidcTenantConfig.certificateChain() method instead
    io.quarkus.oidc.OidcTenantConfig.getCodeGrant()
    use the OidcTenantConfig.codeGrant() method instead
    io.quarkus.oidc.OidcTenantConfig.getEndSessionPath()
    use the OidcTenantConfig.endSessionPath() method instead
    io.quarkus.oidc.OidcTenantConfig.getIntrospectionCredentials()
    use the OidcTenantConfig.introspectionCredentials() method instead
    io.quarkus.oidc.OidcTenantConfig.getIntrospectionPath()
    use the OidcTenantConfig.introspectionPath() method instead
    io.quarkus.oidc.OidcTenantConfig.getJwksPath()
    use the OidcTenantConfig.jwksPath() method instead
    io.quarkus.oidc.OidcTenantConfig.getLogout()
    use the OidcTenantConfig.logout() method instead
    io.quarkus.oidc.OidcTenantConfig.getProvider()
    use the OidcTenantConfig.provider() method instead
    io.quarkus.oidc.OidcTenantConfig.getPublicKey()
    use the OidcTenantConfig.publicKey() method instead
    io.quarkus.oidc.OidcTenantConfig.getRoles()
    use the OidcTenantConfig.roles() method instead
    io.quarkus.oidc.OidcTenantConfig.getTenantId()
    use the OidcTenantConfig.tenantId() method instead
    io.quarkus.oidc.OidcTenantConfig.getToken()
    use the OidcTenantConfig.token() method instead
    io.quarkus.oidc.OidcTenantConfig.getUserInfoPath()
    use the OidcTenantConfig.userInfoPath() method instead
    io.quarkus.oidc.OidcTenantConfig.isAllowTokenIntrospectionCache()
    use the OidcTenantConfig.allowTokenIntrospectionCache() method instead
    io.quarkus.oidc.OidcTenantConfig.isAllowUserInfoCache()
    use the OidcTenantConfig.allowUserInfoCache() method instead
    io.quarkus.oidc.OidcTenantConfig.isCacheUserInfoInIdtoken()
    use the OidcTenantConfig.cacheUserInfoInIdtoken() method instead
    io.quarkus.oidc.OidcTenantConfig.isTenantEnabled()
    use the OidcTenantConfig.tenantEnabled() method instead
    io.quarkus.oidc.OidcTenantConfig.setAllowTokenIntrospectionCache(boolean)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setAllowUserInfoCache(boolean)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setApplicationType(OidcTenantConfig.ApplicationType)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setAuthentication(OidcTenantConfig.Authentication)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setAuthorizationPath(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setCacheUserInfoInIdtoken(boolean)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setCertificateChain(OidcTenantConfig.CertificateChain)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setCodeGrant(OidcTenantConfig.CodeGrant)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setEndSessionPath(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setIntrospectionCredentials(OidcTenantConfig.IntrospectionCredentials)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setIntrospectionPath(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setJwksPath(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setLogout(OidcTenantConfig.Logout)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setProvider(OidcTenantConfig.Provider)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setPublicKey(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setRoles(OidcTenantConfig.Roles)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setTenantEnabled(boolean)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setTenantId(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setToken(OidcTenantConfig.Token)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.OidcTenantConfig.setUserInfoPath(String)
    build this config with the OidcTenantConfigBuilder builder
    io.quarkus.oidc.runtime.OidcTenantConfig.Authentication.pkceSecret()
    This field is deprecated. Use OidcTenantConfig.Authentication.stateSecret() instead.
  • Deprecated Constructors
    Constructor
    Description
    io.quarkus.oidc.OidcTenantConfig()
    Use OidcTenantConfig.builder() to create this config

Copyright © 2020–2025. All rights reserved.