The endpoints that are exposed in the application are:
- /doubleit/services/doubleitnosecurity - No security at all. This can be used to test throughput over plaintext and TLS.
- /doubleit/services/doubleittransport - This uses a Transport binding with a UsernameToken supporting token. The UsernameToken is just validated by a simple CallbackHandler on the service side.
- /doubleit/services/doubleitsymmetric - This uses a Symmetric binding with a UsernameToken supporting token. The UsernameToken is just validated by a simple CallbackHandler on the service side.
- /doubleit/services/doubleitsymmetricstreaming - This is the same as per the symmetric case above, except that it uses the new streaming WS-Security implementation available in Apache CXF 3.0.0.
- /doubleit/services/doubleitasymmetric - This uses a Asymmetric binding. Authentication is established by a certificate chain.
- /doubleit/services/doubleitasymmetricstreaming - Same as for the asymmetric case above, except that it uses the new streaming WS-Security implementation available in Apache CXF 3.0.0.
No comments:
Post a Comment