Package io.quarkus.oidc
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
FieldsModifier and TypeFieldDescriptionbooleanDeprecated, 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.NameDeprecated, for removal: This API element is subject to removal in a future version.Secret -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetName()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.booleanDeprecated, for removal: This API element is subject to removal in a future version.Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.booleanDeprecated, 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.Namesecret()Deprecated, for removal: This API element is subject to removal in a future version.SecretvoidsetIncludeClientId(boolean includeClientId) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
name
Deprecated, for removal: This API element is subject to removal in a future version.Name -
secret
Deprecated, for removal: This API element is subject to removal in a future version.Secret -
includeClientId
public boolean includeClientIdDeprecated, 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
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getSecret
Deprecated, for removal: This API element is subject to removal in a future version. -
setSecret
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
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.IntrospectionCredentialsName- Specified by:
namein interfaceOidcTenantConfig.IntrospectionCredentials
-
secret
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.IntrospectionCredentialsSecret- Specified by:
secretin interfaceOidcTenantConfig.IntrospectionCredentials
-
includeClientId
public boolean includeClientId()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.IntrospectionCredentialsInclude OpenId Connect Client ID configured with `quarkus.oidc.client-id`.- Specified by:
includeClientIdin interfaceOidcTenantConfig.IntrospectionCredentials
-
OidcTenantConfigBuilder.IntrospectionCredentialsBuilder