Annotation Interface TenantFeature


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

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Supports inline instantiation of the TenantFeature qualifier.
  • Required Element Summary

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

    • value

      String value
      Identifies an OIDC tenant to which a given feature applies.