I'm using the deltaspike security module for authorization on method with custom annotation. I'm using @secured and AccessDecisionVoter to acieve that. Is working well for methods invocated form the view (el reference - getters, listeners). But I need also to perform validation on the @PostConstruct method.
Is possible to achieve this with deltaspike security module? If this is not possible with deltaspike security module there is alternative?