Arjan Tijms 8/23/2017

Dynamically adding an interceptor to a build-in CDI bean

Read Original

This 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.

Dynamically adding an interceptor to a build-in CDI bean

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser