Annotation Interface Tenant


@Target({TYPE,METHOD,FIELD,PARAMETER}) @Retention(RUNTIME) public @interface Tenant
Annotation which can be used to associate OIDC tenant configurations with Jakarta REST resources and resource methods. When placed on injection points, this annotation can be used to select a tenant associated with the TenantIdentityProvider.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Identifies an OIDC tenant configurations.
  • Element Details

    • value

      String value
      Identifies an OIDC tenant configurations.