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; import java.io.InputStream;

View File

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

View File

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

View File

@ -18,7 +18,7 @@
* *
**************************************************************************/ **************************************************************************/
package com.novell.casa.authserver; package com.novell.casa.authtoksvc;
public class Base64Coder { 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.io.ByteArrayInputStream;
import java.util.HashSet; 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.*;
import java.io.PrintWriter; import java.io.PrintWriter;

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@
* *
***********************************************************************/ ***********************************************************************/
package com.novell.casa.authserver; package com.novell.casa.authtoksvc;
/** /**
* GetAuthTokRespMsg Class. * 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.IOException;
import java.io.InputStream; import java.io.InputStream;

View File

@ -22,7 +22,7 @@
* *
***********************************************************************/ ***********************************************************************/
package com.novell.casa.authserver; package com.novell.casa.authtoksvc;
/* /*
* IdentityTokenProvider Interface. * 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.IOException;
import java.io.InputStream; import java.io.InputStream;

View File

@ -22,7 +22,7 @@
* *
***********************************************************************/ ***********************************************************************/
package com.novell.casa.authserver; package com.novell.casa.authtoksvc;
/* /*
* ProDefs Class. * 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.BufferedReader;
import java.io.IOException; import java.io.IOException;

View File

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

View File

@ -36,8 +36,8 @@ import javax.security.auth.login.FailedLoginException;
import javax.security.auth.login.LoginException; import javax.security.auth.login.LoginException;
import javax.security.auth.spi.LoginModule; import javax.security.auth.spi.LoginModule;
import com.novell.casa.authserver.AuthToken; import com.novell.casa.authtoksvc.AuthToken;
import com.novell.casa.authserver.CasaIdentityToken; import com.novell.casa.authtoksvc.CasaIdentityToken;
/* /*
* CasaLoginModule Class. * CasaLoginModule Class.

View File

@ -24,7 +24,7 @@ package com.novell.casa.jaas;
import java.security.Principal; import java.security.Principal;
import com.novell.casa.authserver.IdentityToken; import com.novell.casa.authtoksvc.IdentityToken;
/* /*
* CasaPrincipal class. * CasaPrincipal class.