![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.ws.security.Todolist Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wss4j Show documentation
Show all versions of wss4j Show documentation
Apache WSS4J is an implementation of the Web Services Security
(WS-Security) being developed at OASIS Web Services Security TC.
WSS4J is a primarily a Java library that can be used to sign and
verify SOAP Messages with WS-Security information. WSS4J will
use Apache Axis and Apache XML-Security projects and will be
interoperable with JAX-RPC based server/clients and .NET
server/clients.
/*
* Created on 17.03.2004
*
*/
package org.apache.ws.security;
/**
* @author wdi
*/
public class Todolist {
/*
* This is not really a java source but a todo list. Eclipse displays this
* list automatically on the task list. Convenient.
*
* Please fill in any new items that should be done. Rename the ToDo marker
* to DONE if done, add your name, and some comments if necessary to keep
* the list uptodate.
*
* TODO: Clean up exception handling, remap to WSSecurityException, avoid
* generic Exception.
*
* TODO: make Cipher provider configurable
*
* DONE: new function to perform Certificate handover from request to
* response according to Kojira's explanation. Werner, checkin March, 24
*
* TODO: Better texts for the Exception, see OASIS WSS specs for recommended
* fault strings
*
*/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy