Best practicies to organize Authentication with Axis2
We need to build a number of web servics with axis2. And for each of them we need an authorization and authentication mechanism开发者_JAVA技巧s.
Is there some common methods or specifications how to implement this functionality quickly and easily?
Thanks !
I haven't used it myself so I don't know if this is what you are looking for, but have a look at Rampart. It is a module which implements the WS-Security standard for the Axis2 Web services.
精彩评论