Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
it should be possible to use @Secured for cdi stereotypes
e.g.:
//... @Stereotype @Secured(MyAccessDecisionVoter.class) public @interface SecuredBean { }