Package io.quarkus.oidc
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.
-
-
Element Detail
-
value
String value
Identifies an OIDC tenant to which a given feature applies.
-
-