OpenSSO source repository – in a couple of days

As we are putting the finishing touch on the release OpenSSO Enterprise 8.0, The trunk of OpenSSO source repository is limited to code put back for critical issues. In couple of days, we are going to create a CVS branch for OpenSSO Enterprise 8.0; and open the CVS trunk to code back for all issues.
[...]

Smoke Test: Identity REST Interface

import java.io.*;
import java.net.*;

public class OpenSSORest {
private static String serverURL;
private static String tokenId;
private static String username;

public static void main(String[] args) {
if (args.length != 1) {
[...]