Annotation Interface TenantFeature


@Target({METHOD,FIELD,PARAMETER,TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface TenantFeature
Qualifier used to specify which named tenants are associated with one or more OIDC feature.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Identifies OIDC tenants to which a given feature applies.
  • Element Details

    • value

      String[] value
      Identifies OIDC tenants to which a given feature applies.