Annotation Type Tenant


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Experimental("Tenant annnotation is experimental and may change without notice")
    public @interface Tenant
    Annotation which can be used to associate one or more OIDC features with a named tenant.
    • Required Element Summary

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

      • value

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