Hi all, looking for some ideas how to do subj. Would like to enable hibernate filters on session dynamically, based on current security principal. E.g. filter names to enable are stored in application state object.
Currently thinking to decorate HibernateSessionManager or override with custom implementation. But not sure if it is possible to access ASO. Ideas are greatly appreciated. Thanks.