Annotation Type TenantFeature


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface TenantFeature
    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.