All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ws.security.Todolist Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.6.19
Show newest version
/*
 * 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