Restoring author/version tags, some minor comments.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import org.acegisecurity.userdetails.UserDetails;
|
||||
|
||||
|
||||
/**
|
||||
* Tests {@link org.acegisecurity.providers.x509.X509AuthenticationProvider}
|
||||
* Tests {@link X509AuthenticationProvider}
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
|
||||
+2
-1
@@ -19,9 +19,10 @@ import junit.framework.TestCase;
|
||||
|
||||
|
||||
/**
|
||||
* DOCUMENT ME!
|
||||
* Tests for {@link X509AuthenticationToken}.
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
*/
|
||||
public class X509AuthenticationTokenTests extends TestCase {
|
||||
//~ Constructors ===========================================================
|
||||
|
||||
@@ -20,7 +20,10 @@ import java.security.cert.CertificateFactory;
|
||||
import java.io.ByteArrayInputStream;
|
||||
|
||||
/**
|
||||
* Certificate creation utility for use in X.509 tests.
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
*/
|
||||
public class X509TestUtils {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -30,7 +30,7 @@ import org.springframework.context.ApplicationContext;
|
||||
|
||||
|
||||
/**
|
||||
* DOCUMENT ME!
|
||||
* Tests for {@link EhCacheBasedX509UserCache}.
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
|
||||
+2
-1
@@ -31,9 +31,10 @@ import org.springframework.dao.DataAccessException;
|
||||
|
||||
|
||||
/**
|
||||
* DOCUMENT ME!
|
||||
* Tests for {@link DaoX509AuthoritiesPopulator}
|
||||
*
|
||||
* @author Luke Taylor
|
||||
* @version $Id$
|
||||
*/
|
||||
public class DaoX509AuthoritiesPopulatorTests extends TestCase {
|
||||
//~ Constructors ===========================================================
|
||||
|
||||
Reference in New Issue
Block a user