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")
public static class OidcTenantConfig.IntrospectionCredentials
extends Object
implements OidcTenantConfig.IntrospectionCredentials
Deprecated.
Introspection Basic Authentication configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Deprecated.booleanDeprecated.Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.booleanDeprecated.name()Deprecated.Namesecret()Deprecated.SecretvoidsetIncludeClientId(boolean includeClientId) Deprecated.voidDeprecated.voidDeprecated.
-
Field Details
-
name
Deprecated.Name -
secret
Deprecated.Secret -
includeClientId
public boolean includeClientIdDeprecated.Include OpenId Connect Client ID configured with `quarkus.oidc.client-id`.
-
-
Constructor Details
-
IntrospectionCredentials
public IntrospectionCredentials()Deprecated.
-
-
Method Details
-
getName
Deprecated. -
setName
Deprecated. -
getSecret
Deprecated. -
setSecret
Deprecated. -
isIncludeClientId
public boolean isIncludeClientId()Deprecated. -
setIncludeClientId
public void setIncludeClientId(boolean includeClientId) Deprecated. -
name
Deprecated.Description copied from interface:OidcTenantConfig.IntrospectionCredentialsName- Specified by:
namein interfaceOidcTenantConfig.IntrospectionCredentials
-
secret
Deprecated.Description copied from interface:OidcTenantConfig.IntrospectionCredentialsSecret- Specified by:
secretin interfaceOidcTenantConfig.IntrospectionCredentials
-
includeClientId
public boolean includeClientId()Deprecated.Description copied from interface:OidcTenantConfig.IntrospectionCredentialsInclude OpenId Connect Client ID configured with `quarkus.oidc.client-id`.- Specified by:
includeClientIdin interfaceOidcTenantConfig.IntrospectionCredentials
-
OidcTenantConfigBuilder.IntrospectionCredentialsBuilder