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

    Fields
    Modifier and Type
    Field
    Description
    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.
     
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • 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.
    Authorization server URL.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    If the resource metadata can be provided.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Force a protected resource identifier HTTPS scheme.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Protected resource identifier.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Supported scopes.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • enabled

      public boolean enabled
      Deprecated, for removal: This API element is subject to removal in a future version.
    • resource

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

      public Optional<Set<String>> scopes
      Deprecated, for removal: This API element is subject to removal in a future version.
    • authorizationServer

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

      public boolean forceHttpsScheme
      Deprecated, 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