Hi, I asked a question<http://stackoverflow.com/questions/22873986/authorization-of-postconstruct-with-deltaspike-security-module>in Stackoverflow related to Deltaspike Security Module, without has been answered.
I´d like to apply security authorization check on @PostConstruct method, since in this method I initialize a lot of stuff related to the bean. I'd like to have a general method level authorization. As I understand Deltaspike @secured annotation works on business method invocation. There is a way to use this @secured on lifecycle callbacks like @PostConstruc?
