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 tenant is associated with one or more OIDC feature.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theTenantFeaturequalifier. -
Required Element Summary
Required Elements
-
Element Details
-
value
String valueIdentifies an OIDC tenant to which a given feature applies.
-