Annotation Type Tenant


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface Tenant
    Annotation which can be used to associate tenant configurations with Jakarta REST resources and resource methods.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Identifies an OIDC tenant configurations.
    • Element Detail

      • value

        String value
        Identifies an OIDC tenant configurations.