Restoring author/version tags, some minor comments.

This commit is contained in:
Luke Taylor 2005-12-21 00:48:57 +00:00
parent 20d69e2734
commit 2d1dd7b292
10 changed files with 21 additions and 6 deletions

View File

@ -44,6 +44,9 @@ import org.springframework.util.Assert;
* CasProcessingFilter#CAS_STATELESS_IDENTIFIER}. It can also validate a
* previously created {@link CasAuthenticationToken}.
* </p>
*
* @author Ben Alex
* @version $Id$
*/
public class CasAuthenticationProvider implements AuthenticationProvider,
InitializingBean, MessageSourceAware {

View File

@ -40,6 +40,9 @@ import org.springframework.util.Assert;
* The request will typically originate from {@link
* org.acegisecurity.ui.x509.X509ProcessingFilter}).
* </p>
*
* @author Luke Taylor
* @version $Id$
*/
public class X509AuthenticationProvider implements AuthenticationProvider,
InitializingBean, MessageSourceAware {

View File

@ -30,7 +30,8 @@ import java.security.cert.X509Certificate;
* it should throw a {@link org.acegisecurity.BadCredentialsException}.
* </p>
*
* @author Luke
* @author Luke Taylor
* @version $Id$
*/
public interface X509AuthoritiesPopulator {
/**

View File

@ -36,7 +36,7 @@ import java.security.cert.X509Certificate;
/**
* Caches <code>User</code> objects using a Spring IoC defined <a
* HREF="http://ehcache.sourceforge.net">EHCACHE</a>.
* href="http://ehcache.sourceforge.net">EHCACHE</a>.
*
* @author Luke Taylor
* @author Ben Alex

View File

@ -41,6 +41,9 @@ import org.springframework.util.Assert;
/**
* Populates the X509 authorities via an {@link
* org.acegisecurity.userdetails.UserDetailsService}.
*
* @author Luke Taylor
* @version $Id$
*/
public class DaoX509AuthoritiesPopulator implements X509AuthoritiesPopulator,
InitializingBean, MessageSourceAware {

View File

@ -30,7 +30,7 @@ import org.acegisecurity.userdetails.UserDetails;
/**
* Tests {@link org.acegisecurity.providers.x509.X509AuthenticationProvider}
* Tests {@link X509AuthenticationProvider}
*
* @author Luke Taylor
* @version $Id$

View File

@ -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 ===========================================================

View File

@ -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 {

View File

@ -30,7 +30,7 @@ import org.springframework.context.ApplicationContext;
/**
* DOCUMENT ME!
* Tests for {@link EhCacheBasedX509UserCache}.
*
* @author Luke Taylor
* @version $Id$

View File

@ -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 ===========================================================