문제

After successfully migrating my RESTful application to JBoss AS7, I would like to re-enable authentication (I used BASIC auth over SSL). It seems that this is now possible without writing XML configuration, just by using annotations.

Unfortunately, I cannot find which maven dependency I need to use to import the @WebService and @SecurityContext annotations.

Or is this completely going the wrong way? Is there a working example somewhere?

Thanks for your help!

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top