Dynamically adding an interceptor to a build-in CDI bean
Read OriginalThis technical article details a method for dynamically applying a library-shipped interceptor (like @RememberMe from Java EE Security) to a built-in CDI bean in Java EE. It covers using CDI 2.0's InterceptionFactory, creating a producer method, resolving the original bean from the BeanManager, and the steps to create a proxied instance with the interceptor bound.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser