Package io.quarkus.oidc
Class OidcTenantConfig.ResourceMetadata
java.lang.Object
io.quarkus.oidc.OidcTenantConfig.ResourceMetadata
- All Implemented Interfaces:
OidcTenantConfig.ResourceMetadata
- Enclosing class:
OidcTenantConfig
@Deprecated(since="3.25",
forRemoval=true)
public static class OidcTenantConfig.ResourceMetadata
extends Object
implements OidcTenantConfig.ResourceMetadata
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, 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.booleanDeprecated, 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. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Authorization server URL.booleanenabled()Deprecated, for removal: This API element is subject to removal in a future version.If the resource metadata can be provided.booleanDeprecated, for removal: This API element is subject to removal in a future version.Force a protected resource identifier HTTPS scheme.resource()Deprecated, for removal: This API element is subject to removal in a future version.Protected resource identifier.scopes()Deprecated, for removal: This API element is subject to removal in a future version.Supported scopes.
-
Field Details
-
enabled
public boolean enabledDeprecated, for removal: This API element is subject to removal in a future version. -
resource
Deprecated, for removal: This API element is subject to removal in a future version. -
scopes
Deprecated, for removal: This API element is subject to removal in a future version. -
authorizationServer
Deprecated, for removal: This API element is subject to removal in a future version. -
forceHttpsScheme
public boolean forceHttpsSchemeDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ResourceMetadata
public ResourceMetadata()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
enabled
public boolean enabled()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.ResourceMetadataIf the resource metadata can be provided.- Specified by:
enabledin interfaceOidcTenantConfig.ResourceMetadata
-
resource
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.ResourceMetadataProtected resource identifier.- Specified by:
resourcein interfaceOidcTenantConfig.ResourceMetadata
-
scopes
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.ResourceMetadataSupported scopes.- Specified by:
scopesin interfaceOidcTenantConfig.ResourceMetadata
-
authorizationServer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.ResourceMetadataAuthorization server URL. 'quarkus.oidc.auth-server-url' property value is reported by default.- Specified by:
authorizationServerin interfaceOidcTenantConfig.ResourceMetadata
-
forceHttpsScheme
public boolean forceHttpsScheme()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OidcTenantConfig.ResourceMetadataForce a protected resource identifier HTTPS scheme. This property is ignored ifis an absolute URL- Specified by:
forceHttpsSchemein interfaceOidcTenantConfig.ResourceMetadata
-