Class RunAsUserInterceptor

java.lang.Object
io.quarkus.security.runtime.interceptor.RunAsUserInterceptor

@Interceptor @Priority(150) public final class RunAsUserInterceptor extends Object
This is a CDI interceptor used for the RunAsUser interceptor binding type. The interceptor binding type is registered during the build time via the annotation transformer. Also, the RunAsUser interceptor binding is currently registered via a build item.
  • Field Details

    • identityAssociation

      @Inject io.quarkus.security.identity.CurrentIdentityAssociation identityAssociation
  • Constructor Details

    • RunAsUserInterceptor

      public RunAsUserInterceptor()
  • Method Details