Package io.quarkus.oidc
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
-
Element Details
-
value
String[] valueIdentifies OIDC tenants to which a given feature applies.
-