webservices/security/web |
Examples for securing servlet based WebServices
|
basicAuth/
|
In basicAuth protection mechanism , WebServices are protected
using HTTP protocol's Basic Authentication mechanism. |
basicSSL/
|
In basicSSL protection mechanism,
WebServices are transport protected(SSL) with username and password
|
clientCert/
|
In clientCert protection mechanism, WebServices
are transport protected(SSL) with client certificate
|
xms/
|
In xms protection mechanism, WebServices
are protected at the SOAP message level
|