Continuing the changes due to the name changes for CasaAuthServer and

CasaJaasSupport along with changes to integrate those components into
the make system.
This commit is contained in:
Juan Carlos Luciani
2006-05-05 22:28:15 +00:00
parent 6c46ad8ef0
commit bc5ee9cb55
18 changed files with 19 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.InputStream;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
/**
* AuthRespMsg Class.

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.ByteArrayInputStream;

View File

@@ -18,7 +18,7 @@
*
**************************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
public class Base64Coder {

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.ByteArrayInputStream;
import java.util.HashSet;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.*;
import java.io.PrintWriter;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.InputStream;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
/**
* GetAuthPolicyRespMsg Class.

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.InputStream;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
/**
* GetAuthTokRespMsg Class.

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.IOException;
import java.io.InputStream;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
/*
* IdentityTokenProvider Interface.

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.IOException;
import java.io.InputStream;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
/*
* ProDefs Class.

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.BufferedReader;
import java.io.IOException;

View File

@@ -22,7 +22,7 @@
*
***********************************************************************/
package com.novell.casa.authserver;
package com.novell.casa.authtoksvc;
import java.io.ByteArrayInputStream;