1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Added Id keyword for all java files

This commit is contained in:
Luke Taylor
2007-10-27 00:45:30 +00:00
parent d3b165749f
commit 43fc8e2660
22 changed files with 22 additions and 22 deletions
@@ -24,7 +24,7 @@ import org.springframework.util.Assert;
* same <code>SecurityContext</code>. This is generally useful with rich clients, such as Swing.</p>
*
* @author Ben Alex
* @version $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $
* @version $Id$
*/
public class GlobalSecurityContextHolderStrategy implements SecurityContextHolderStrategy {
//~ Static fields/initializers =====================================================================================
@@ -23,7 +23,7 @@ import org.springframework.util.Assert;
* org.springframework.security.context.SecurityContextHolderStrategy}.
*
* @author Ben Alex
* @version $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $
* @version $Id$
*
* @see java.lang.ThreadLocal
* @see org.springframework.security.context.HttpSessionContextIntegrationFilter
@@ -23,7 +23,7 @@ import org.springframework.util.Assert;
* org.springframework.security.context.SecurityContextHolderStrategy}.
*
* @author Ben Alex
* @version $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $
* @version $Id$
*
* @see java.lang.ThreadLocal
* @see org.springframework.security.context.HttpSessionContextIntegrationFilter
@@ -25,7 +25,7 @@ import javax.security.auth.login.LoginException;
* This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.
*
* @author Ray Krueger
* @version $Revision$
* @version $Revision: 2142 $
*/
public class DefaultLoginExceptionResolver implements LoginExceptionResolver {
//~ Methods ========================================================================================================
@@ -29,7 +29,7 @@ import javax.security.auth.login.LoginException;
* org.springframework.security.BadCredentialsException}.
*
* @author Ray Krueger
* @version $Revision$
* @version $Revision: 2176 $
*/
public interface LoginExceptionResolver {
//~ Methods ========================================================================================================
@@ -35,7 +35,7 @@ import org.springframework.util.Assert;
* An {@link AuthenticationProvider} implementation that retrieves user details from an {@link UserDetailsService}.
*
* @author Scott McCrory
* @version $Id: SiteminderAuthenticationProvider.java 1582 2006-07-15 15:18:51Z smccrory $
* @version $Id$
*/
public class SiteminderAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
@@ -21,7 +21,7 @@ import junit.framework.TestCase;
/**
*
* @author $author$
* @version $Revision$
* @version $Revision: 2142 $
*/
public class AlwaysTestAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
//~ Instance fields ================================================================================================
@@ -22,7 +22,7 @@ import junit.framework.TestCase;
* DOCUMENT ME!
*
* @author $author$
* @version $Revision$
* @version $Revision: 2142 $
*/
public class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessorTests extends TestCase {
//~ Instance fields ================================================================================================
@@ -24,7 +24,7 @@ import org.springframework.security.captcha.TestOnceAfterMaxRequestsCaptchaChann
* DOCUMENT ME!
*
* @author $author$
* @version $Revision$
* @version $Revision: 2142 $
*/
public class TestOnceAfterMaxRequestsCaptchaChannelProcessorTests extends TestCase {
//~ Instance fields ================================================================================================
@@ -45,7 +45,7 @@ import org.springframework.dao.DataRetrievalFailureException;
* Tests {@link SiteminderAuthenticationProvider}.
*
* @author Ben Alex
* @version $Id: SiteminderAuthenticationProviderTests.java 1582 2006-07-15 15:18:51Z smccrory $
* @version $Id$
*/
public class SiteminderAuthenticationProviderTests extends TestCase {
//~ Methods ========================================================================================================