Class RunAsUserInterceptor
java.lang.Object
io.quarkus.security.runtime.interceptor.RunAsUserInterceptor
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 Summary
FieldsModifier and TypeFieldDescription(package private) io.quarkus.security.identity.CurrentIdentityAssociation -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identityAssociation
@Inject io.quarkus.security.identity.CurrentIdentityAssociation identityAssociation
-
-
Constructor Details
-
RunAsUserInterceptor
public RunAsUserInterceptor()
-
-
Method Details
-
intercept
- Throws:
Exception
-